Keyd : Add i and remove up from comments.

This commit is contained in:
Dmitry Voronin 2024-05-29 02:25:14 +03:00
parent f8a198ff0d
commit 0da9c38135
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -7,6 +7,7 @@
alt.e = A-right
alt.f = C-S-f
alt.g = macro(gd)
alt.i = C-i
alt.o = C-o
alt.q = A-left
alt.r = S-f10
@ -15,7 +16,7 @@
alt.w = C-S-A-t
alt.x = C-f4
alt.z = C-f2
alt./ = macro(C-/ up)
alt./ = C-/
alt.tab = timeout(f8, ${toString(setting.keyd.timeout.ms)}, macro2(0, 0, f7))
'';
}