diff --git a/user/common/keyd/module/Idea.nix b/user/common/keyd/module/Idea.nix index 8757d2b7..6fedc5b1 100644 --- a/user/common/keyd/module/Idea.nix +++ b/user/common/keyd/module/Idea.nix @@ -1,4 +1,4 @@ -{ ... }: { +{ setting, ... }: { text = '' [jetbrains-idea-ce] alt.a = C-A-5 @@ -15,5 +15,6 @@ alt.x = C-f4 alt.z = C-f2 alt./ = macro(C-/ up) + alt.tab = timeout(f8, ${toString(setting.keyd.timeout.ms)}, macro2(0, 0, f7)) ''; }