feat: add alt-tab shortcut

This commit is contained in:
Ashley Wulber 2024-05-20 22:10:47 -04:00 committed by Ashley Wulber
parent 4f076e0753
commit ea6b45a544

View file

@ -79,6 +79,7 @@
(modifiers: [Super], key: "w"): Spawn("cosmic-workspaces"),
(modifiers: [Super], key: "slash"): Spawn("cosmic-launcher"),
(modifiers: [Super]): Spawn("cosmic-launcher"),
(modifiers: [Alt], key: "Tab"): Spawn("cosmic-launcher alt-tab"),
(modifiers: [], key: "Print"): Spawn("cosmic-screenshot"),