diff --git a/user/common/keyd/module/Firefox.nix b/user/common/keyd/module/Firefox.nix index 3741ebc..a78f501 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 0000000..2aed144 --- /dev/null +++ b/user/common/keyd/module/Idea.nix @@ -0,0 +1,6 @@ +{ ... }: { + text = '' + [jetbrains-idea-ce] + alt.s = C-A-s + ''; +}