diff --git a/user/common/keyd/module/Firefox.nix b/user/common/keyd/module/Firefox.nix index 346bfe2..3741ebc 100644 --- a/user/common/keyd/module/Firefox.nix +++ b/user/common/keyd/module/Firefox.nix @@ -1,19 +1,21 @@ { ... }: { text = '' [firefox] - alt.q = C-S-tab - alt.e = C-tab - alt.x = C-w - alt.t = C-t - alt.r = C-f5 - alt.u = C-S-t - alt.f = C-f - alt.n = f3 - alt.p = S-f3 - alt.w = up alt.a = left - alt.s = down alt.d = right + 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 ''; }