feat(xkeysnail): add cmd+g and cmd+shift+g keybindings

This commit is contained in:
2024-03-27 03:40:55 +00:00
parent a39e2d8a41
commit 20569a2a5e

View File

@@ -100,6 +100,8 @@ define_keymap(lambda wm_class: wm_class not in ("Emacs", "URxvt", "Gnome-termina
# Cancel
K("C-g"): [K("esc"), set_mark(False)],
K("Super-g"): K("C-g"),
K("Super-Shift-g"): K("C-Shift-g"),
# Escape
K("C-q"): escape_next_key,