Alt-spacebar + key combinations not working on Ubuntu 17.10

Solution 1:

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.