chore: add Alt+F4 shortcut to close windows

Fixes https://github.com/pop-os/cosmic-comp/issues/1625
This commit is contained in:
therealmate 2025-09-26 18:12:03 +02:00 committed by Victoria Brekenfeld
parent 67680cd701
commit 314a7367f7

View file

@ -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),