Thunderbird: Improve keyd mappings.

This commit is contained in:
Dmitry Voronin 2025-01-10 09:47:09 +03:00
parent 80bec9eac7
commit 2909de81d4
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -8,16 +8,10 @@
"alt.e" = "C-pagedown"; # Next tab. "alt.e" = "C-pagedown"; # Next tab.
"alt.Q" = "C-S-pageup"; # Move tab left. "alt.Q" = "C-S-pageup"; # Move tab left.
"alt.E" = "C-S-pagedown"; # Move tab right. "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.f" = "C-f"; # Find text.
"alt.N" = "S-f3"; # Find prev. "alt.N" = "S-f3"; # Find prev.
"alt.n" = "f3"; # Find next. "alt.n" = "f3"; # Find next.
"alt.space" = "f6"; # Focus address bar. "alt.space" = "C-k"; # Focus search bar.
"alt.r" = "C-f5"; # Full refresh.
"alt.m" = "C-m"; # Toggle tab mute.
"alt.s" = "A-p"; # Pin tab.
}; };
}; };
} }