How to write czech diacritics on en_US keyboard

0

1

Is it possible to write some of the czech specific symbols using english (en_US default) keyboard?

ě š č ř ž á í é

I need to be able to write the ˇ and ' symbols. Right now I am switching english/czech keyboards, but that's not the way to go, as the czech keyboard has different keymaps for ? ! etc.

I am working on ubuntu.

mreq

Posted 2012-12-06T21:34:55.840

Reputation: 1 082

Answers

1

Yes, and it is quite easy. This is for Ubuntu 12.04LTS but should work similarly on other systems.

Step 1. Designate a keyboard key as the compose key. For example.

Set “System Settings … -> Keyboard Layout -> Options… -> Compose Key Position to Right Alt” as compose key to type in diacritics.

Step 2. Enter special characters as needed:

See https://help.ubuntu.com/12.04/ubuntu-help/tips-specialchars.html#compose

For instance, from the link mentioned above:

Press compose then ' then a letter to place an acute accent over that letter, such as é.

Press compose then ` (back tick) then a letter to place a grave accent over that letter, such as è.

Press compose then " then a letter to place an umlaut over that letter, such as ë.

Press compose then - then a letter to place a macron over that letter, such as ē.

Perhaps the tricky one which is not mentioned on the site, which is required to

in order to write proper Czech, is ů. To type this letter, the combination is

Compose Key + * + u.

For capital letters, for instance Š, you can type Compose, then ", then SHIFT+S.

This covers the complete set of required characters for Czech language input

using a plain ASCII keyboard.

Regards.

John Sonderson

Posted 2012-12-06T21:34:55.840

Reputation: 2 816