chore: add Alt+F4 shortcut to close windows
Fixes https://github.com/pop-os/cosmic-comp/issues/1625
This commit is contained in:
parent
67680cd701
commit
314a7367f7
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
(modifiers: [Super, Ctrl], key: "Escape"): Debug,
|
||||
(modifiers: [Super], key: "Escape"): System(LockScreen),
|
||||
(modifiers: [Super], key: "q"): Close,
|
||||
(modifiers: [Alt], key: "F4"): Close,
|
||||
|
||||
(modifiers: [Super], key: "Left"): Focus(Left),
|
||||
(modifiers: [Super], key: "Right"): Focus(Right),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue