Setting : Move keyd to other timeout params.
This commit is contained in:
parent
886dee0075
commit
9fb0ca7f1f
|
@ -54,9 +54,9 @@
|
||||||
|
|
||||||
top.refresh.ms = 2000;
|
top.refresh.ms = 2000;
|
||||||
popup.timeout.ms = 5000;
|
popup.timeout.ms = 5000;
|
||||||
|
keyd.timeout.ms = 150;
|
||||||
|
|
||||||
brightness.step = 5;
|
brightness.step = 5;
|
||||||
volume.step = 5;
|
volume.step = 5;
|
||||||
music.step = 10;
|
music.step = 10;
|
||||||
keyd.timeout = 150;
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{ setting, ... }: {
|
{ setting, ... }: {
|
||||||
text = ''
|
text = ''
|
||||||
[steam-app-548430]
|
[steam-app-548430]
|
||||||
leftshift = timeout(leftcontrol, ${toString(setting.keyd.timeout)}, leftshift)
|
leftshift = timeout(leftcontrol, ${toString(setting.keyd.timeout.ms)}, leftshift)
|
||||||
alt.w = macro(enter 10ms r enter)
|
alt.w = macro(enter 10ms r enter)
|
||||||
alt.a = macro(enter 10ms N o enter)
|
alt.a = macro(enter 10ms N o enter)
|
||||||
alt.s = macro(enter 10ms W a i t enter)
|
alt.s = macro(enter 10ms W a i t enter)
|
||||||
|
|
Loading…
Reference in a new issue