-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Can't bind backtick with Colemak keyboard layout #10776
Comments
/cc @lhecker |
We use I tried solving this issue in #10666, which will be released in a future update. It'll redefine the quake mode hotkey to be But despite this we still have the issue described in #10729, which needs to be fixed in order for a change in the keyboard layout to trigger a reload of the quake mode and other key bindings. |
Thanks for taking a look! I'm looking forward to trying a new build when it's available 😊. |
Okay great! This should be fixed in 1.11, but let us know if it isn't and we'll reopen this. Thanks! /dup #10666 |
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! |
This is working for me in 1.11.2421.0 after changing the key binding to |
Windows Terminal version (or Windows build number)
1.9.1942.0
Other Software
https://colemak.com/Windows
Steps to reproduce
{ "command": { "action": "globalSummon", "monitor": "any", "toggleVisibility": false }, "keys": "ctrl+`" }
ctrl+alt+r
(and pressing that key combo does make the Terminal window active):ctrl+`
makes the Terminal window active):ctrl+`
continues to activate the Terminal window until Terminal is restarted.Expected Behavior
Backtick key bindings should function as backtick key bindings.
Actual Behavior
Backtick key bindings get redefined to some combination of
ctrl+alt+r
.The text was updated successfully, but these errors were encountered: