mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-03-12 13:28:54 +01: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:
parent
e67230b282
commit
c836aa7f79
@ -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
|
||||
'';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user