Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] Pressing Cmd + Option + i should open dev tools during development #3776

Closed
schickling opened this issue Mar 25, 2022 · 3 comments
Closed

Comments

@schickling
Copy link

schickling commented Mar 25, 2022

Describe the problem

During development I frequently need access to the devtools. This should be made easier via the common browser keyboard shortcut Cmd + Option + i.

Describe the solution you'd like

Pressing Cmd + Option + i should open dev tools during development

Alternatives considered

No response

Additional context

#1213

@schickling
Copy link
Author

@lucasfernog excited to see this being addressed! Does this also include closing the dev tools again (i.e. toggling)?

@nothingismagick
Copy link
Sponsor Member

ab92492#diff-cf8ee419c6e85fa83601b86b02c9ed9e32de84c9a3b962287bf0aa2255a3a312R5

Toggle devtools when `Ctrl + Shift + I` or `Command + Option + I` is pressed.

@lucasfernog
Copy link
Member

Yeah, toggling will work on Linux and macOS (webview2 doesn't have an API to close the devtools yet :( )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants