mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 11:46:40 +00:00
feat(xkeysnail): add cmd+g and cmd+shift+g keybindings
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user