-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
Give option to change the key used for multi-selection #5851
Comments
👍 We need to extract that if/else code into a mouse dispatching rule engine. |
could the mouse commands be customised in the I'm (as probably many user are) used to the sublime text keybindings and the keyboard commands are customisable, but the mouse commands are not. |
Are there any progress about this? Popping out menu bar is really annoying. |
This is super irritating for me since I use the alt + click functionality a lot. For now I've got a workaround in Windows using AutoHotkey that prevents the menu bar from popping up after releasing the Alt key. Just add the following to your AutoHotkey script:
Warning: you'll only be able to access the menu bar using the |
Related: #3130 |
#8874 is related and fixed for August. |
Done via #27193 |
The current key, Alt conflicts with the key used for bring out menu bar.
Ref: https://github.com/Microsoft/vscode/blob/master/src/vs/editor/browser/view/viewController.ts#L109
The text was updated successfully, but these errors were encountered: