From 00740813153ff5e4aa15020ab8248e60cf89dd7a Mon Sep 17 00:00:00 2001 From: Benjamin Sherman Date: Thu, 12 Dec 2024 14:20:17 -0600 Subject: [PATCH] fix: remove Alt-F5 from GNOME unmaximize keybinding GNOME Settings only shows 'Down' as the "unmaximize" keybinding however, 'F5' is also there as a hidden default. This is confusing enough, but the real trouble is this keybinding conflicts with VSCode's default "next diff" shortcut. As this hidden shortcut seems somewhat deprecated and conflicts with VSCode, which we ship in DX, I'm removing it. --- .../glib-2.0/schemas/zz0-bluefin-modifications.gschema.override | 1 + 1 file changed, 1 insertion(+) diff --git a/system_files/silverblue/usr/share/glib-2.0/schemas/zz0-bluefin-modifications.gschema.override b/system_files/silverblue/usr/share/glib-2.0/schemas/zz0-bluefin-modifications.gschema.override index 2f409c43979..77084a6343b 100644 --- a/system_files/silverblue/usr/share/glib-2.0/schemas/zz0-bluefin-modifications.gschema.override +++ b/system_files/silverblue/usr/share/glib-2.0/schemas/zz0-bluefin-modifications.gschema.override @@ -37,6 +37,7 @@ switch-windows=['Tab'] switch-windows-backward=['Tab'] switch-input-source=['space'] switch-input-source-backward=[''] +unmaximize=['Down'] [org.gnome.desktop.peripherals.keyboard] numlock-state=true