mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-07-11 03:34:59 +02:00
dual-function-keys: Make left shift KEY_GRAVE
Fixes an issue where ` wouldn't work in neovim due to the escape key being recognized as pressed.
This commit is contained in:
@ -31,8 +31,8 @@
|
||||
- KEY: KEY_RIGHTSHIFT
|
||||
TAP: [ KEY_LEFTMETA, KEY_F2 ]
|
||||
HOLD: KEY_RIGHTSHIFT
|
||||
- KEY: KEY_ESC
|
||||
- KEY: KEY_LEFTSHIFT
|
||||
TAP: KEY_GRAVE
|
||||
HOLD: KEY_ESC
|
||||
HOLD: KEY_LEFTSHIFT
|
||||
'';
|
||||
}
|
||||
|
Reference in New Issue
Block a user