-
Notifications
You must be signed in to change notification settings - Fork 29.5k
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
Regression: dvorak-qwerty commands keyboard layout no longer works correctly #23986
Comments
Seems to dup #23964 |
Appears related to work on #17521 |
Are there any way to workaround it or downgrade VSCode to the previous version meanwhile? |
Workaround: switch VS Code to dispatch based on key code again. Add the following setting: I would really like to understand your setup. I'm sorry for the breakage, I am really trying to get this right. Could you please explain like I'm five how to get into your setup (I thought the whole point of dvorak is that its not qwerty -- the name contradicts itself, r cannot be both between o and a and between e and t), and what key combination fails. It would also help to attach here what our C++ node module detects (open an editor, press |
Duplicate of #23964 |
@alexandrudima thanks a lot for following up with the workaround! after I set that setting, my keybindings are working again! |
@alexandrudima I understand this is a little confusing. It's a keyboard layout that AFAIK doesn't exist on windows. Basically, it's Dvorak except when you're holding down the command (⌘) key, where it reverts back to qwerty. This is done because all of the key commands in macOS are designed ergonomically rather than by what the letter is. So it would defeat the purpose of DVORAK if your commands had their ergonomics messed up by it, so I used this hybrid (which has been supported since ancient times on mac os classic etc). |
I'm getting the same thing on my Mac. When I used windows, I used to use this: https://github.com/bradfeehan/Dvorak-QWERTY-Ctrl to do the same thing that the Mac supports for their Dvorak-Qwerty keyboard setup. |
Steps to Reproduce:
Started happening when I updated to the latest version
The text was updated successfully, but these errors were encountered: