mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2024-11-26 01:03:24 +01:00
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.
This commit is contained in:
parent
5581cf33f9
commit
d6757019dc
@ -29,9 +29,9 @@
|
|||||||
<key key0="x"/>
|
<key key0="x"/>
|
||||||
<key key0="c" key1="č"/>
|
<key key0="c" key1="č"/>
|
||||||
<key key0="v"/>
|
<key key0="v"/>
|
||||||
<key key0="b" key3="<" key4=">"/>
|
<key key0="b" key2="\?" key3="<" key4=">"/>
|
||||||
<key key0="n" key1="ņ" 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"/>
|
<key width="1.5" key0="backspace" key2="delete"/>
|
||||||
</row>
|
</row>
|
||||||
</keyboard>
|
</keyboard>
|
||||||
|
Loading…
Reference in New Issue
Block a user