feat: add shortcut for super-tab

This commit is contained in:
Ashley Wulber 2024-05-24 12:18:13 -04:00 committed by Jeremy Soller
parent 4b9cc43924
commit 8df49bb7c1

View file

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