Keyd : Add missing hold Esc and Ctrl keys.
This commit is contained in:
parent
0aba4f2e5f
commit
1123aa2f22
|
@ -29,6 +29,8 @@
|
||||||
j = "down";
|
j = "down";
|
||||||
k = "up";
|
k = "up";
|
||||||
l = "right";
|
l = "right";
|
||||||
|
esc = "esc";
|
||||||
|
rightcontrol = "leftcontrol";
|
||||||
# space = "macro2(1, 100, macro(space))"; # NOTE: Possible bhop example. Use in per-application, not here.
|
# space = "macro2(1, 100, macro(space))"; # NOTE: Possible bhop example. Use in per-application, not here.
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue