From 93dbc451e32456563c24f3432bdda5ffc5480739 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 24 Aug 2024 17:50:47 +0100 Subject: [PATCH] feat(xkeysnail): add cmd+shift+t keybinding for Firefox and Chrome --- config/xkeysnail/README.md | 4 ++-- config/xkeysnail/config.py | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config/xkeysnail/README.md b/config/xkeysnail/README.md index f4d8c79..d3015ac 100644 --- a/config/xkeysnail/README.md +++ b/config/xkeysnail/README.md @@ -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 diff --git a/config/xkeysnail/config.py b/config/xkeysnail/config.py index e8aa425..1c37d0b 100644 --- a/config/xkeysnail/config.py +++ b/config/xkeysnail/config.py @@ -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