mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +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
|
# Cancel
|
||||||
K("C-g"): [K("esc"), set_mark(False)],
|
K("C-g"): [K("esc"), set_mark(False)],
|
||||||
|
K("Super-g"): K("C-g"),
|
||||||
|
K("Super-Shift-g"): K("C-Shift-g"),
|
||||||
|
|
||||||
# Escape
|
# Escape
|
||||||
K("C-q"): escape_next_key,
|
K("C-q"): escape_next_key,
|
||||||
|
|||||||
Reference in New Issue
Block a user