In OS X Lion, there is a very useful feature for people like me who need to write in multiple languages, which pops up a small menu of additional characters when you hold down a letter.
For instance, when I hold down the letter E, I get:
This is great when I'm writing in French for example. However right now I need to write something in Czech; however, the Czech letter ě
(looks like the 3rd letter in the popup with the accent flipped) does not appear in the popup.
Is there a way to tell OS X to include Czech or other additional characters in those popups?
Note: I do not want to use the Czech keyboard layout; I found switching layouts for each language is somewhat unpractical.
<key>2</key>
,<key>Number-2</key>
, and<key>Roman-Accent-2</key>
but none of these worked. Is there a list of possible key-names somewhere? – jhabbott Jun 19 '14 at 17:15root
to write to system folders. As noted in the Wikipedia article though, it can be disabled. – アリスター Nov 12 '15 at 16:10csrutil enable --without fs
and then after reboot,sudo mount -uw /
cont'd… – WGroleau Feb 18 '20 at 01:29/System/Library/Input Methods/PressAndHold.app/Contents/PlugIns/PAH_Extension.appex/Contents/Resources/Keyboard-en.plist
. Remember you need to disable System Integrity Protection for this to work. – Fabien Snauwaert Feb 12 '21 at 10:40