feat(xkeysnail): add cmd+shift+t keybinding for Firefox and Chrome

This commit is contained in:
2024-08-24 17:50:47 +01:00
parent 4e461ad88c
commit 93dbc451e3
2 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
# jimeh's xkeysnail setup
The goal here is to use [xkeysnail][] Linux keyboard shortcuts mostly behave the
same as on macOS.
The goal here is to use [xkeysnail][] to make Linux keyboard shortcuts mostly
behave the same as on macOS.
[xkeysnail]: https://github.com/mooz/xkeysnail

View File

@@ -18,6 +18,7 @@ define_keymap(lambda wm_class: wm_class in ("firefox", "Google-chrome"), {
K("Super-Shift-Right_Brace"): K("C-tab"),
K("Super-Left_Brace"): K("M-left"),
K("Super-Right_Brace"): K("M-right"),
K("Super-Shift-t"): K("C-Shift-t"),
}, "Browser keys")
# Emacs-like keybindings in non-Emacs applications