From 314a7367f7bf5dfdcf59a8c30475a9672f2c8ab2 Mon Sep 17 00:00:00 2001 From: therealmate <61843503+therealmate@users.noreply.github.com> Date: Fri, 26 Sep 2025 18:12:03 +0200 Subject: [PATCH] chore: add Alt+F4 shortcut to close windows Fixes https://github.com/pop-os/cosmic-comp/issues/1625 --- data/keybindings.ron | 1 + 1 file changed, 1 insertion(+) diff --git a/data/keybindings.ron b/data/keybindings.ron index ff8621ba..a9796637 100644 --- a/data/keybindings.ron +++ b/data/keybindings.ron @@ -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),