From 75a453f4500c1fd7516adc57380e6b9dd9233c92 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Tue, 30 Apr 2024 20:44:21 +0300 Subject: [PATCH] Keyd : Fix Firefox back/fw. --- user/common/keyd/module/Firefox.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user/common/keyd/module/Firefox.nix b/user/common/keyd/module/Firefox.nix index a78f5013..a1cc60d4 100644 --- a/user/common/keyd/module/Firefox.nix +++ b/user/common/keyd/module/Firefox.nix @@ -1,8 +1,8 @@ { ... }: { text = '' [firefox] - alt.a = alt+left - alt.d = alt+right + alt.a = A-left + alt.d = A-right alt.s = down alt.w = up alt.e = C-tab