-
-
Notifications
You must be signed in to change notification settings - Fork 163
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
Ctrl+Alt keybindings on Windows #13
Comments
Yes, I remember that, but
I tried to use But, the good about Code (just like Atom) is that you can define you own keybinds, as described in https://code.visualstudio.com/docs/customization/keybindings. Hope this helps. |
That's true. But as Ctrl+Alt can block special characters on non US keyboard layouts, perhaps the defaults should avoid that? |
Hm, I didn't know the warning message was about that, I'm sorry. Since it was working fine for me (on a Windows Machine), and didn't find any docs about that, I thought it was some kind of false positive. I will take extra care next time when choosing keybindings. I understand your point, but what about the users that already installed the extension? If I change the default keybinding, the extension will stop working for them 😞 . Personally, I have no problem about changing the keybidings for I will try to contact VSCode team, asking them for an advice on how I could handle this. Maybe they have a workaround that could handle existing users. Thanks |
Here's some more info. https://blogs.msdn.microsoft.com/oldnewthing/20040329-00/?p=40003 There's also some work being done in Chromium to solve this; |
Some ideas:
|
There is no ETA for the VS Code API to be available, and so, I'm closing the issue. |
Both Notepad++ and Atom uses F2. Set/Unset with e.g. Shift+F2 and then F2 to jump between.
The text was updated successfully, but these errors were encountered: