Ubuntu – Alt-spacebar + key combinations not working on Ubuntu 17.10

17.10keyboardshortcut-keys

I have recently upgraded from 17.04 to 17.10.

Amongst a few things that aren't working any more, the Alt+spacebar combo with a keyboard key (e.g. Alt+spacebar, then x to maximize a window) is not working any more.

I tried changing Settings -> Devices -> Keyboard, since the default Maximize window combo with Super + Up doesn't even work.

This does allow me to set up a working combination of my choice, e.g. Alt + F10, but it's not exactly what I want.

TL;DR

I just want to e.g. maximize a window with Alt+spacebar, then x, as I used to in 17.04.

Best Answer

Unfortunately, the Alt+Space behavior is gone and there are no plans to bring it back. Without boring you with details, a ton of things changed 'under the hood' in this upgrade and this feature cannot be easily reimplemented.

There is a project that aims to maintain the old Ubuntu features, the Mutiny environment in Ubuntu MATE. You can even install it without having to completely reinstall your OS, so there is no risk of losing anything.

To install the Mutiny environment, open a terminal and run these commands, the first will prompt for your user password:

sudo apt update
sudo apt install -y ubuntu-mate-desktop

If during the install process, you see a dialog titled 'Configuring lightdm', choose lightdm from the choices.

Now reboot your system and log in.

After logging back in, use the menus in the top left to navigate to:

Preferences -> Look and Feel -> MATE Tweak

Click the Panel tab on the left and switch the first dropdown from 'Traditional' to 'Mutiny'

Now Alt+Space should be working again :)

Feel free to ask if you need help.