-
Notifications
You must be signed in to change notification settings - Fork 29.2k
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
Support for OS-specific keybindings #37921
Comments
@loganmzz I think current keybindings are already OS specific. I do not understand what more you are looking for? Why can't you change the default keybinding and use it across using https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync extension |
"`" and "[quote]" are respectively specific to linux and windows ? |
Do you mean you want the ability to customise key bindings per OS? |
Yes exactly. However, if "`" and "[quote]" are specific (don't exist on others) to each OS, it's enough for my needs. Currently I store them separately to be sure there's no conflict but need to manually merge common settings. |
Duplicate #8962 |
VS Code has already conditionnal keyboards rules through
when
clause. It will be very nice to also support OS-based condition. Some keybindings can be shared between Windows & Linux for example but some can't.For exemple to access terminal from Windows, I use "ctrl+`" binding while on linux I use "ctrl+[Quote]" binding.
Reproduces without extensions: Yes
The text was updated successfully, but these errors were encountered: