5

I've just upgraded to Ubuntu 22.04 and the keyboard shortcuts Super+Left and Super+Right to snap a window no longer work.

Is there a way to get them back?

yassine
  • 53
  • Is that for all windows, or just Files/Nautilus? See some similar threads: https://askubuntu.com/questions/1415955/superright-left-no-longer-works-with-nautilus-windows-on-22-04 https://askubuntu.com/questions/1088630/cant-move-snap-nautilus-window-to-occupy-left-or-right-half-of-the-1366x768-scr – craq Jul 04 '23 at 09:40

1 Answers1

2

These shortcut keys should be enabled by default. You may reset these keyboard bindings to their default settings with the following commands:

gsettings reset org.gnome.mutter.keybindings toggle-tiled-left
gsettings reset org.gnome.mutter.keybindings toggle-tiled-right
vanadium
  • 88,010