From 804fc6f604c28e3267cb076ae1a100518c5e2c2d Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Wed, 8 May 2024 02:08:02 +0300 Subject: [PATCH] Idea : Add shortcuts. --- user/common/keyd/module/Idea.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/user/common/keyd/module/Idea.nix b/user/common/keyd/module/Idea.nix index 2aed1447..f2a155a5 100644 --- a/user/common/keyd/module/Idea.nix +++ b/user/common/keyd/module/Idea.nix @@ -1,6 +1,18 @@ { ... }: { text = '' [jetbrains-idea-ce] + alt.C = C-o + alt.D = C-A-5 + alt.c = C-S-A-t + alt.d = S-f9 + alt.e = A-right + alt.f = C-S-f + alt.g = macro(gd) + alt.q = A-left + alt.r = S-f10 alt.s = C-A-s + alt.v = C-q + alt.x = C-f4 + alt.z = C-f2 ''; }