diff options
| author | Thunder-Squirrel | 2022-06-19 21:04:06 +0000 |
|---|---|---|
| committer | GitHub | 2022-06-19 23:04:06 +0200 |
| commit | 6e5be63e25bf2ff2de5c9de5ccd4bc581c639155 (patch) | |
| tree | 30f6f14abe9a30f2ab9cfcd25ad8a1bc459da308 /res/xml | |
| parent | 402bf4990e33211ef47e794a095721080df18333 (diff) | |
| download | unexpected-keyboard-6e5be63e25bf2ff2de5c9de5ccd4bc581c639155.tar.gz unexpected-keyboard-6e5be63e25bf2ff2de5c9de5ccd4bc581c639155.zip | |
Move 'ъ' where it belongs and increase the width of the keys (#160)
Diffstat (limited to 'res/xml')
| -rw-r--r-- | res/xml/local_ru_jcuken.xml | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/res/xml/local_ru_jcuken.xml b/res/xml/local_ru_jcuken.xml index a2a2837..d153819 100644 --- a/res/xml/local_ru_jcuken.xml +++ b/res/xml/local_ru_jcuken.xml @@ -10,12 +10,12 @@ <key key0="г" key2="7" key3="&"/> <key key0="ш" key2="8" key3="*"/> <key key0="щ" key2="9" key3="(" key4=")"/> - <key key0="з" key2="0"/> - <key key0="х" key1="{" key2="}" key4="f11_placeholder"/> - <key key0="ъ" key1="[" key2="]" key4="f12_placeholder"/> + <key key0="з" key2="0" key3="{" key4="}" /> + <key key0="х" key3="[" key4="]" key1="f11_placeholder" key2="f12_placeholder"/> + </row> <row> - <key shift="0.5" key0="ф" key1="tab" key2="`"/> + <key key0="ф" key1="tab" key2="`"/> <key key0="ы"/> <key key0="в"/> <key key0="а"/> @@ -28,16 +28,16 @@ <key key0="э" key2="|" key3="\\"/> </row> <row> - <key width="1.5" key0="shift"/> - <key key0="я"/> - <key key0="ч"/> - <key key0="с"/> - <key key0="м"/> - <key key0="и" key2="<" key3="."/> - <key key0="т" key2=">" key3=","/> - <key key0="ь" key2="\?" key3="/"/> - <key key0="б" key2=":" key3=";"/> - <key key0="ю" key2=""" key3="'"/> - <key width="1.5" key0="backspace" key2="delete"/> + <key width="1.18" key0="shift"/> + <key width="0.96" key0="я"/> + <key width="0.96" key0="ч"/> + <key width="0.96" key0="с"/> + <key width="0.96" key0="м"/> + <key width="0.96" key0="и" key2="<" key3="."/> + <key width="0.96" key0="т" key2=">" key3=","/> + <key width="0.96" key0="ь" key1="ъ" key2="\?" key3="/"/> + <key width="0.96" key0="б" key2=":" key3=";"/> + <key width="0.96" key0="ю" key2=""" key3="'"/> + <key width="1.18" key0="backspace" key2="delete"/> </row> </keyboard> |
