From 62577482a3b59528fba3aee3cc6a117d368fa0c9 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Mon, 20 May 2024 17:20:04 +0300 Subject: [PATCH] Idea : Add tab debugger navigation. --- user/common/keyd/module/Idea.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)) ''; }