forked from helix-editor/helix
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The Kitty keyboard protocol separates out the shift modifier for a bunch of these keys, I think based on default english keyboard layouts (?). This is a little mind-bending since I get an `A-S-9` key event when I press `A-)` on my keyboard but my keyboard is mapped so that this particular chord doesn't include shift. This most likely isn't all of the keys that need to be remapped in the default keymap. Perhaps we can do some magic in `canonicalize_key` to match the expected keys?
- Loading branch information
1 parent
57d63a3
commit 4be72f7
Showing
2 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters