From 0a6ba0f5231a216322ef80a014f39ef62df8d988 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Tue, 30 Apr 2024 20:40:32 +0300 Subject: [PATCH] Keyd : Add Idea. --- user/common/keyd/module/Firefox.nix | 18 +++++++++--------- user/common/keyd/module/Idea.nix | 6 ++++++ 2 files changed, 15 insertions(+), 9 deletions(-) create mode 100644 user/common/keyd/module/Idea.nix diff --git a/user/common/keyd/module/Firefox.nix b/user/common/keyd/module/Firefox.nix index 3741ebc7..a78f5013 100644 --- a/user/common/keyd/module/Firefox.nix +++ b/user/common/keyd/module/Firefox.nix @@ -1,21 +1,21 @@ { ... }: { text = '' [firefox] - alt.a = left - alt.d = right + alt.a = alt+left + alt.d = alt+right + alt.s = down + alt.w = up alt.e = C-tab - alt.f = C-f - alt.l = A-S-a - alt.n = f3 - alt.p = C-S-l - alt.p = S-f3 alt.q = C-S-tab alt.r = C-f5 - alt.s = down alt.space = f6 alt.t = C-t alt.u = C-S-t - alt.w = up alt.x = C-w + alt.f = C-f + alt.n = f3 + alt.N = S-f3 + alt.l = A-S-a + alt.p = C-S-l ''; } diff --git a/user/common/keyd/module/Idea.nix b/user/common/keyd/module/Idea.nix new file mode 100644 index 00000000..2aed1447 --- /dev/null +++ b/user/common/keyd/module/Idea.nix @@ -0,0 +1,6 @@ +{ ... }: { + text = '' + [jetbrains-idea-ce] + alt.s = C-A-s + ''; +}