diff options
| author | Jules Aguillon | 2022-04-24 00:34:26 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2022-04-24 00:41:49 +0200 |
| commit | fec3f109c970901db31e1354b2cd3fc0015964e8 (patch) | |
| tree | ff22978e363e3646319ec2a0c0178768e3913451 /res/xml/dvorak.xml | |
| parent | f9f44fbd7d96b4883114b8eb08f660d6912e3df0 (diff) | |
| download | unexpected-keyboard-fec3f109c970901db31e1354b2cd3fc0015964e8.tar.gz unexpected-keyboard-fec3f109c970901db31e1354b2cd3fc0015964e8.zip | |
Add support for Lithuanian
Requires two new diacritics: ogonek and dot_above.
The new accents are also added to the Latvian layout as the two language
can be close but not to the other localized layouts. A new mechanism is
needed to reproducibly add extra keys to layouts without manual
placement.
Diffstat (limited to 'res/xml/dvorak.xml')
| -rw-r--r-- | res/xml/dvorak.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/xml/dvorak.xml b/res/xml/dvorak.xml index 24d2117..567af47 100644 --- a/res/xml/dvorak.xml +++ b/res/xml/dvorak.xml @@ -13,8 +13,8 @@ </row> <row> <key key0="a" key2="1" key4="!"/> - <key key0="o" key1="accent_macron" key2="2" key3="\@"/> - <key key0="e" key1="accent_caron" key2="3" key3="\#"/> + <key key0="o" key1="accent_macron" key2="2" key3="\@" key4="accent_ogonek"/> + <key key0="e" key1="accent_caron" key2="3" key3="\#" key4="accent_dot_above"/> <key key0="u" key2="4" key3="$"/> <key key0="i" key2="5" key3="%"/> <key key0="d" key2="6" key3="^"/> |
