An open API service indexing awesome lists of open source software.

https://github.com/defuncart/custom-osx-us-polish-keyboard


https://github.com/defuncart/custom-osx-us-polish-keyboard

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# custom-osx-us-polish-keyboard

If you wish to write in different languages on OS X, one approach is to add as many keyboards as you need in System Preferences and then swap between them using ⌥⌘Space. One setback is that cycling between keyboards is time consuming, a larger problem is that punctuation and symbol keys can be remapped to completely different keys - just compare the U.S. and German keyboards!


imageimage

A little known fact is that the key can actually be used with ‘hot keys’ to enter a dead state from which special characters can be created, for instance ⌥u is the the combination to create umlauts. Once in this state, ¨ flashes on the screen, and if an a, e, i, o, u or y is subsequently pressed, then that letter with an umlaut will be produced. If any other key is pressed, the ¨ and other character are instead produced.


image


⌥e works similarly for producing accents, while for those who write in Cyrillic, the phonetic Russian keyboard can be used to write special Ukrainian or Belarusian letters by producing an optional value of a key: ⌥у(u) = ў, ⌥и(i) = і , ⌥а(а) = ї and ⌥э(\) = є (note that ⌥ш = щ, ⌥е = ё).

So between the standard U.S. keyboard and Phonetic Russian keyboard, one can easily write in English, Russian, German, Ukrainian, Irish... but what about Polish?

Polish contains both accented characters (ć, ń, ó, ś and ź) and special characters (ą, ę, ł and ż), most of which are not produceable by the standard U.S. keyboard. One can, however, easily edit a keyboard layout (using, for instance, Ukelele) and install this modified keyboard to their computer. Thus, ⌥e can be extended to include all accented letters


image


while ⌥z and ⌥l seem like natural choices for ż and ł respectively.


image


For ą and ę, a custom dead state with terminator , can be created such ⌥a triggers this state, a , (comma) is displayed, and if either a or e are pressed, then ą or ę result.


image


Adding capitals, one now has a fully functional U.S. keyboard that can write Polish letters. To install, simply go to File -> Install in Ukelele and the keyboard will be installed to the System. NOTE that if you modified your default keyboard, then the following terminal commands are the easiest approach to remove it. More info here


  1. Change the current input source to your custom keyboard layout.

  2. Open ~/Library/Preferences/com.apple.HIToolbox.plist (in 10.9+). You can convert the plist to XML with plutil -convert xml1.

  3. Remove the input source or input sources you want to disable from the AppleEnabledInputSources dictionary. If there is an AppleDefaultAsciiInputSource key, remove it.

  4. Restart.

If you are looking to extend your current standard keyboard to write some additional characters, then this approach is a solid solution as opposed to opening Show Emoji & Symbols or installing another keyboard.