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/qwerty.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/qwerty.xml')
| -rw-r--r-- | res/xml/qwerty.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/xml/qwerty.xml b/res/xml/qwerty.xml index 8f07441..5e314a8 100644 --- a/res/xml/qwerty.xml +++ b/res/xml/qwerty.xml @@ -14,9 +14,9 @@ </row> <row> <key shift="0.5" key0="a" key1="tab" key2="`"/> - <key key0="s" key1="accent_ring" key3="ß"/> + <key key0="s" key1="accent_ring" key3="ß" key4="accent_ogonek"/> <key key0="d" key1="accent_grave" key2="£" key3="accent_aigu"/> - <key key0="f"/> + <key key0="f" key1="accent_dot_above"/> <key key0="g" key1="accent_caron" key2="-" key3="_"/> <key key0="h" key2="=" key3="+"/> <key key0="j" key1="accent_trema" key2="accent_circonflexe" key4="}" key3="{"/> |
