In Ubuntu 13.04 I had my compose key set to pause (by going to System Settings
, then keyboard layout
, option
, and changing the compose key setting). In 13.10 the keyboard settings have been totally rearranged: the compose key is now set by going to Keyboard
in System Settings
, hitting the Shortcuts
tab, then the Typing
menu.
However, there is no option to select pause. How can I set the compose key to whatever key I want? Thanks!
Use dconf-editor
to changeorg.gnome.desktop.input-sources
,xkb-options
. For example, mine reads:['caps:swapescape', 'altwin:meta_alt', 'compose:prsc']
. – P-Nuts Feb 09 '14 at 12:05compose:lwin-altgr
– lucidbrot Mar 27 '20 at 18:11