Keyd: Add arrow keys to disable config.
This commit is contained in:
parent
c4f71b5065
commit
ec7ce41f87
|
@ -8,8 +8,12 @@ let
|
|||
];
|
||||
|
||||
keys = [
|
||||
"down"
|
||||
"escape"
|
||||
"left"
|
||||
"leftcontrol"
|
||||
"right"
|
||||
"up"
|
||||
];
|
||||
in
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue