feat: add alt-tab shortcut
This commit is contained in:
parent
4f076e0753
commit
ea6b45a544
1 changed files with 1 additions and 0 deletions
|
|
@ -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"),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue