Ubuntu – Which US international keyboard layout gives me all umlauts and sharp S

14.04keyboard-layoutxubuntu

I would like to use a US keyboard layout. However, from time to time I need to type German umlauts and sharp S.

All the US international keyboard layouts have left me unsatisfied. I am always either missing sharp S or a way to type the umlauts.

Does anyone have a configuration where they are able to use both sharp S and all umlauts with a US international keyboard layout? If so, would you share how you achieved this?

Best Answer

I use a regular US keyboard layout, but for all extended characters I mapped the print screen key or the right Windows/Super key to be the compose key. So now when I need a ç I type PrtSc followed by the c and , keys. Similarly for characters like ß (PrtScss) or © (PrtScOc).

See the Wikipedia entry on the compose key for more information. To set the Compose key (in Gnome), you can try Settings → keyboard → Shortcuts tab → compose key option, but that doesn't list the PrtSc key I want, so I did the following:

  1. Install dconf-editor: sudo apt-get install dconf-tools
  2. Open dconf-editor and go to org → gnome → desktop → input-sources and change xkb-options to ['compose:prsc']
Related Question