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

Vue Inspector shortcut doesnt work #234

Closed
sondh0127 opened this issue May 14, 2023 · 3 comments
Closed

Vue Inspector shortcut doesnt work #234

sondh0127 opened this issue May 14, 2023 · 3 comments

Comments

@sondh0127
Copy link

My shortcut to toggle the vue inspector doesn't work with devtool enabled

image
@antfu
Copy link
Member

antfu commented May 15, 2023

We disabled the builtin shortcut to take full control on top of it. How often do you see yourself using the shortcuts? I think we might be able to proxy it, but my concern is that cmd+shift could be a bit to general

@sondh0127
Copy link
Author

Every time I want to make a change to a page, I press this shortcut

@antfu antfu closed this as completed in 3311f11 May 16, 2023
@antfu
Copy link
Member

antfu commented May 16, 2023

In the next release, you will be able to override custom shortcuts like

devtools: {
componentInspector: {
toggleComboKey: 'meta-shift-x',
},
},

Command + Shift is too general, and might conflicts with other shortcuts, thus we didn't enable it by default.

Thanks for bringing this up.

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

No branches or pull requests

2 participants