mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 03:06:40 +00:00
feat(xkeysnail): add cmd+, shortcut for 1Password
This commit is contained in:
@@ -21,6 +21,10 @@ define_keymap(lambda wm_class: wm_class in ("firefox", "Google-chrome"), {
|
|||||||
K("Super-Shift-t"): K("C-Shift-t"),
|
K("Super-Shift-t"): K("C-Shift-t"),
|
||||||
}, "Browser keys")
|
}, "Browser keys")
|
||||||
|
|
||||||
|
define_keymap(lambda wm_class: wm_class in ("1Password"), {
|
||||||
|
K("Super-comma"): K("C-comma"),
|
||||||
|
}, "1Password specific keys")
|
||||||
|
|
||||||
# Emacs-like keybindings in non-Emacs applications
|
# Emacs-like keybindings in non-Emacs applications
|
||||||
define_keymap(lambda wm_class: wm_class not in ("Emacs", "URxvt", "Gnome-terminal", "Guake"), {
|
define_keymap(lambda wm_class: wm_class not in ("Emacs", "URxvt", "Gnome-terminal", "Guake"), {
|
||||||
K("Super-x"): K("C-x"),
|
K("Super-x"): K("C-x"),
|
||||||
|
|||||||
Reference in New Issue
Block a user