Skip to content

An IPA keyboard overlay besed on the English (intl., with AltGr dead keys) and the IPA layout on https://ipa.typeit.org/

Notifications You must be signed in to change notification settings

fky2015/xkb-ipa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

IPA keyboard layout for XKB

IPA layout following https://ipa.typeit.org/.

IPA layout

Installation

Clone this repository:

git clone https://github.com/fky2015/xkb-ipa
cd xkb-ipa

Warning Please backup your file before editing.

Append the us-intl.ipa to the /usr/share/X11/xkb/symbols/us.

Add the following into the appropriate section of /usr/share/X11/xkb/rules/evdev.xml:

...
  <layoutList>
    <layout>
      <configItem>
        <name>us</name>      
        <shortDescription>en</shortDescription>
        <description>English (US)</description>
        <languageList>
          <iso639Id>eng</iso639Id>
        </languageList>
      </configItem>
      <variantList>
...

<!-- add here -->
        <variant>
          <configItem>
            <name>ipa</name>
            <description>English (US, intl., with dead keys for IPA overlay)</description>
          </configItem>
        </variant>
<!-- -------- -->

...
      </variantList>
    </layout>

Add the following contents into the appropriate sections of /usr/share/X11/xkb/rules/evdev.lst:

! variant
  intl            us: English (US, intl., with dead keys)
...
  ipa             us: English (US, intl., with dead keys for IPA overlay)
...

Credits

About

An IPA keyboard overlay besed on the English (intl., with AltGr dead keys) and the IPA layout on https://ipa.typeit.org/

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published