6

I'm quite used to typing with Compose key on my right Alt. I've recently installed the new Ubuntu GNOME 17.04, and it seems like they only dumb down the settings and features with every new version of GNOME.

How can I set up the Compose key in this version? The keyboard settings don't look anywhere near what they did in the older versions for some reason; I just can't find it anywhere.

muru
  • 197,895
  • 55
  • 485
  • 740

3 Answers3

4

As chaskes pointed out above, you can set the key in Tweak Tool > Typing. There is a fold-out menu named 'Position of Compose Key' which you can set to the key you want.

To activate the changes you may need to log out and log back in.

jjkester
  • 156
1

Command line command to set the compose character to Caps Lock (finally this key becomes useful ♥):

gsettings set org.gnome.desktop.input-sources xkb-options ['compose:caps']
1

They've completely left out even the possibility of using the INSERT key. It has never been useful, and the name "insert" actually makes sense for inserting Unicode.

RickyS
  • 31