diff options
| author | Edgars | 2022-02-25 10:40:46 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2022-02-26 13:12:10 +0100 |
| commit | d6757019dcf16554ed5eddb2620940c943768fd2 (patch) | |
| tree | d5af57e08e3c3efad617c754858cbaafb4311af2 /res/xml/qwerty_lv.xml | |
| parent | 5581cf33f952b0d2c73649694df2fd2cfd16fc33 (diff) | |
| download | unexpected-keyboard-d6757019dcf16554ed5eddb2620940c943768fd2.tar.gz unexpected-keyboard-d6757019dcf16554ed5eddb2620940c943768fd2.zip | |
Add a missing full stop to Latvian QWERTY layout
`res/xml/qwerty_lv.xml` was updated to add the missing full stop
character (`.`) as it got lost when the bottom row was moved to a
separate XML `res/xml/bottom_row.xml` as it was placed on the
arrows key.
Additionally `?` was relocated, giving its place to the full stop.
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 ca087c3..665cd60 100644 --- a/res/xml/qwerty_lv.xml +++ b/res/xml/qwerty_lv.xml @@ -29,9 +29,9 @@ <key key0="x"/> <key key0="c" key1="č"/> <key key0="v"/> - <key key0="b" key3="<" key4=">"/> + <key key0="b" key2="\?" key3="<" key4=">"/> <key key0="n" key1="ņ" key2="`" key3=":" key4=";"/> - <key key0="m" key1="'" key2=""" key3="," key4="\?"/> + <key key0="m" key1="'" key2=""" key3="," key4="."/> <key width="1.5" key0="backspace" key2="delete"/> </row> </keyboard> |
