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:
Donovan Glover 2024-03-07 22:21:33 -05:00
parent e67230b282
commit c836aa7f79
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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
'';
}