From 2909de81d4c958efa724af8cf53c58c0e379a86f Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Fri, 10 Jan 2025 09:47:09 +0300 Subject: [PATCH] Thunderbird: Improve keyd mappings. --- home/file/keyd/module/Thunderbird.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/home/file/keyd/module/Thunderbird.nix b/home/file/keyd/module/Thunderbird.nix index 91d277d..c482212 100644 --- a/home/file/keyd/module/Thunderbird.nix +++ b/home/file/keyd/module/Thunderbird.nix @@ -8,16 +8,10 @@ "alt.e" = "C-pagedown"; # Next tab. "alt.Q" = "C-S-pageup"; # Move tab left. "alt.E" = "C-S-pagedown"; # Move tab right. - "alt.a" = "A-left"; # Go back. - "alt.d" = "A-right"; # Go forward. - "alt.w" = "p"; # Paste and go. "alt.f" = "C-f"; # Find text. "alt.N" = "S-f3"; # Find prev. "alt.n" = "f3"; # Find next. - "alt.space" = "f6"; # Focus address bar. - "alt.r" = "C-f5"; # Full refresh. - "alt.m" = "C-m"; # Toggle tab mute. - "alt.s" = "A-p"; # Pin tab. + "alt.space" = "C-k"; # Focus search bar. }; }; }