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