Skip to content

Commit

Permalink
feat: remove Alt-F5 from GNOME unmaximize keybinding
Browse files Browse the repository at this point in the history
The exposed GNOME keybinding for GNOME is '<Super>Down', and it's all a
user sees in the GNOME Settings. However, '<Alt>F5' is also there as a
hidden default. This is confusing enough, but the real trouble is this
shortcut conflicts with VSCode's default "next diff" shortcut. As this
hidden shortcut seems somewhat deprecated, I'm removing it here.
  • Loading branch information
bsherman committed Dec 10, 2024
1 parent 78b0b89 commit 2b58172
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ font-name="Inter 10"
document-font-name="Inter 10"
monospace-font-name="JetBrains Mono 11"

[org.gnome.desktop.wm.keybindings]
unmaximize=['<Super>Down']

[org.gnome.desktop.wm.preferences]
resize-with-right-button=true
titlebar-font="Inter Bold 10"

0 comments on commit 2b58172

Please # to comment.