From 02bf76dfd7beff86c3c6931b7b7e7737b27ff9b4 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Fri, 10 Jan 2025 09:01:53 +0300 Subject: [PATCH] Firefox: Add keyd to pin tab and paste-n-go. --- home/file/keyd/module/Firefox.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/file/keyd/module/Firefox.nix b/home/file/keyd/module/Firefox.nix index ecc63db..ed49c02 100644 --- a/home/file/keyd/module/Firefox.nix +++ b/home/file/keyd/module/Firefox.nix @@ -11,8 +11,7 @@ "alt.E" = "C-S-pagedown"; # Move tab right. "alt.a" = "A-left"; # Go back. "alt.d" = "A-right"; # Go forward. - "alt.s" = "down"; # Scroll down. - "alt.w" = "up"; # Scroll up. + "alt.w" = "p"; # Paste and go. "alt.f" = "C-f"; # Find text. "alt.N" = "S-f3"; # Find prev. "alt.n" = "f3"; # Find next. @@ -21,6 +20,7 @@ "alt.l" = "A-S-a"; # Toggle dark mode. "alt.m" = "C-m"; # Toggle tab mute. "alt.enter" = "C-S-l"; # Fill password. + "alt.s" = "A-p"; # Pin tab. }; }; }