mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
feat(xkeysnail): add cmd+shift+t keybinding for Firefox and Chrome
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# jimeh's xkeysnail setup
|
# jimeh's xkeysnail setup
|
||||||
|
|
||||||
The goal here is to use [xkeysnail][] Linux keyboard shortcuts mostly behave the
|
The goal here is to use [xkeysnail][] to make Linux keyboard shortcuts mostly
|
||||||
same as on macOS.
|
behave the same as on macOS.
|
||||||
|
|
||||||
[xkeysnail]: https://github.com/mooz/xkeysnail
|
[xkeysnail]: https://github.com/mooz/xkeysnail
|
||||||
|
|
||||||
|
|||||||
@@ -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-Shift-Right_Brace"): K("C-tab"),
|
||||||
K("Super-Left_Brace"): K("M-left"),
|
K("Super-Left_Brace"): K("M-left"),
|
||||||
K("Super-Right_Brace"): K("M-right"),
|
K("Super-Right_Brace"): K("M-right"),
|
||||||
|
K("Super-Shift-t"): K("C-Shift-t"),
|
||||||
}, "Browser keys")
|
}, "Browser keys")
|
||||||
|
|
||||||
# Emacs-like keybindings in non-Emacs applications
|
# Emacs-like keybindings in non-Emacs applications
|
||||||
|
|||||||
Reference in New Issue
Block a user