2

Ubuntu 16.04 only gives me the following options to use as a compose key (under System Settings > Keyboard > Typing):

  • Disabled
  • Right Alt
  • Right Ctrl
  • Right Win
  • Left Ctrl
  • Menu
  • Caps Lock

Is there any way I could use Left Alt as my compose key (Menu is not it apparently)?

DeX3
  • 163
  • See https://askubuntu.com/questions/957513/how-can-i-set-the-compose-key-to-end/1086627#1086627 and https://ubuntuforums.org/showthread.php?t=2416537. I guess you can use the same steps to set the key of your choice as the compose key. – DK Bose Apr 11 '19 at 10:23

1 Answers1

0

I don't think so. XKB provides a few more options; you can view them by running this command:

cat /usr/share/X11/xkb/rules/evdev.lst | grep compose

But Left Alt is not one of them.

Edit:

There may be a xmodmap way to fix it; please see DK Bose's comments.

Gunnar Hjalmarsson
  • 33,540
  • 3
  • 64
  • 94