Keyd: Add arrow keys to disable config.

This commit is contained in:
Dmitry Voronin 2024-12-30 07:49:09 +03:00
parent c4f71b5065
commit ec7ce41f87
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -8,8 +8,12 @@ let
]; ];
keys = [ keys = [
"down"
"escape" "escape"
"left"
"leftcontrol" "leftcontrol"
"right"
"up"
]; ];
in in
{ {