diff options
| author | Edgars | 2022-01-15 11:13:41 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2022-01-20 22:01:34 +0100 |
| commit | 0bf7ff5f34eca0ff4b4605b22c418749656db03d (patch) | |
| tree | 7009ed0e0305b0614ee6f8a123d1f438c181143d /res/xml/qwerty.xml | |
| parent | aa12466767178dca4ae9d84bb54cc20330fac638 (diff) | |
| download | unexpected-keyboard-0bf7ff5f34eca0ff4b4605b22c418749656db03d.tar.gz unexpected-keyboard-0bf7ff5f34eca0ff4b4605b22c418749656db03d.zip | |
Add keys for Latvian
New accents - caron and macron - were defined and QWERTY layout was
updated to add accents for Latvian specific characters.
Diffstat (limited to 'res/xml/qwerty.xml')
| -rw-r--r-- | res/xml/qwerty.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/res/xml/qwerty.xml b/res/xml/qwerty.xml index fa9fc2e..73b41a5 100644 --- a/res/xml/qwerty.xml +++ b/res/xml/qwerty.xml @@ -9,7 +9,7 @@ <key key0="y" key2="6" key3="^"/> <key key0="u" key2="7" key3="&"/> <key key0="i" key2="8" key3="*"/> - <key key0="o" key2="9" key3="(" key4=")"/> + <key key0="o" key1="accent_macron" key2="9" key3="(" key4=")"/> <key key0="p" key2="0"/> </row> <row> @@ -17,10 +17,10 @@ <key key0="s" key1="accent_ring" key3="ß"/> <key key0="d" key1="accent_grave" key3="accent_aigu"/> <key key0="f"/> - <key key0="g" key2="-" key3="_"/> + <key key0="g" key1="accent_caron" key2="-" key3="_"/> <key key0="h" key2="=" key3="+"/> <key key0="j" key1="accent_trema" key2="accent_circonflexe" key4="}" key3="{"/> - <key key0="k" key4="]" key3="["/> + <key key0="k" key3="[" key4="]"/> <key key0="l" key2="|" key3="\\"/> </row> <row> |
