Skip to content

data: Add back (hidden) shortcuts for vertical navigation

Florian Müllner requested to merge fmuellner/mutter:legacy-shortcuts into master

Users who customized their workspace shortcuts before updating to GNOME 40 are experiencing troubles when trying to use the same keybinding for the horizontal shortcuts, because of hidden conflicts with the vertical ones.

We can address this by registering the old shortcuts with Settings without showing them in the UI, so that they are taken into account by Settings' conflict resolution.

Related: #1740

Merge request reports