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_lv.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_lv.xml')
| -rw-r--r-- | res/xml/qwerty_lv.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/xml/qwerty_lv.xml b/res/xml/qwerty_lv.xml index 797aca2..e9a1fc2 100644 --- a/res/xml/qwerty_lv.xml +++ b/res/xml/qwerty_lv.xml @@ -14,9 +14,9 @@ </row> <row> <key shift="0.5" key0="a" key1="ā" key2="tab"/> - <key key0="s" key1="š" key3="ß"/> + <key key0="s" key1="š" key3="ß" key4="accent_ogonek"/> <key key0="d" key2="£"/> - <key key0="f"/> + <key key0="f" key1="accent_dot_above"/> <key key0="g" key1="ģ"/> <key key0="h" key2="accent_macron" key3="accent_caron" key4="accent_cedille"/> <key key0="j" key1="+" key2="=" key3="-" key4="_"/> |
