diff options
| author | Jules Aguillon | 2026-05-05 12:37:39 +0200 |
|---|---|---|
| committer | GitHub | 2026-05-05 12:37:39 +0200 |
| commit | e57cdc45f2fd911462696827ecfa0e9d284abe39 (patch) | |
| tree | 47e088d0560128a296fa17dda40b53f847af99c6 | |
| parent | 7b07b14a80121a690ccbeb86462af1f93a03c343 (diff) | |
| download | unexpected-keyboard-e57cdc45f2fd911462696827ecfa0e9d284abe39.tar.gz unexpected-keyboard-e57cdc45f2fd911462696827ecfa0e9d284abe39.zip | |
Revert to the 1.32.1 Russian layout (#1276)
Partly revert be0aa07.
| -rw-r--r-- | check_layout.output | 1 | ||||
| -rw-r--r-- | srcs/layouts/cyrl_jcuken_ru.xml | 46 |
2 files changed, 23 insertions, 24 deletions
diff --git a/check_layout.output b/check_layout.output index e9e78ee..550b63c 100644 --- a/check_layout.output +++ b/check_layout.output @@ -10,7 +10,6 @@ armn_kvertc: Layout includes some ASCII punctuation but not all, missing: !, ", beng_assamese: Layout includes some ASCII punctuation but not all, missing: #, $, %, &, ', *, +, -, /, :, ;, <, =, >, ?, [, \, ], ^, _, `, {, |, }, ~ beng_national: Layout includes some ASCII punctuation but not all, missing: $ beng_provat: Layout includes some ASCII punctuation but not all, missing: $, &, *, ., /, <, >, [, \, ], `, {, |, } -cyrl_jcuken_ru: Layout includes some ASCII punctuation but not all, missing: #, $, &, ', *, <, >, @, [, ], ^, `, {, }, ~ cyrl_jiuken: Layout includes some ASCII punctuation but not all, missing: #, $, &, ', *, +, <, =, >, @, [, ], ^, _, `, {, }, ~ cyrl_lynyertdz_mk: Layout includes some ASCII punctuation but not all, missing: " cyrl_yaverti: Layout includes some ASCII punctuation but not all, missing: ~ diff --git a/srcs/layouts/cyrl_jcuken_ru.xml b/srcs/layouts/cyrl_jcuken_ru.xml index 15eeba3..ed863d6 100644 --- a/srcs/layouts/cyrl_jcuken_ru.xml +++ b/srcs/layouts/cyrl_jcuken_ru.xml @@ -2,41 +2,41 @@ <keyboard name="ЙЦУКЕН (Русский)" script="cyrillic"> <row> <key key0="й" key2="1" key4="loc esc"/> - <key key0="ц" key1="loc ї" key2="2" key3="№"/> - <key key0="у" key1="loc ў" key2="3" key3="-"/> - <key key0="к" key2="4" key3="/"/> - <key key0="е" key1="ё" key2="5" key3="""/> - <key key0="н" key1="loc є" key2="6" key3=":"/> - <key key0="г" key1="loc ґ" key2="7" key3=","/> - <key key0="ш" key2="8" key3="."/> - <key key0="щ" key2="9" key3="_"/> - <key key0="з" key2="0" key3="\?"/> - <key key0="х" key3="%"/> + <key key0="ц" key1="loc ї" key2="2" key3="\@" key4="~"/> + <key key0="у" key1="loc ў" key2="3" key3="\#" key4="!"/> + <key key0="к" key2="4" key3="$"/> + <key key0="е" key1="ё" key2="5" key3="%"/> + <key key0="н" key1="loc є" key2="6" key3="^"/> + <key key0="г" key1="loc ґ" key2="7" key3="&"/> + <key key0="ш" key2="8" key3="*"/> + <key key0="щ" key2="9" key3="(" key4=")"/> + <key key0="з" key2="0" key3="{" key4="}"/> + <key key0="х" key3="[" key4="]"/> </row> <row> - <key key0="ф" key1="loc tab" key2="+" key3="|"/> + <key key0="ф" key1="loc tab" key2="`"/> <key key0="ы"/> <key key0="в"/> <key key0="а"/> <key key0="п"/> <key key0="р"/> <key key0="о"/> - <key key0="л" key4="₽"/> - <key key0="д" key2="=" key3="!"/> - <key key0="ж" key2="\\" key3=";"/> - <key key0="э" key2=")" key3="("/> + <key key0="л" key1="₽"/> + <key key0="д" key2="-" key3="_"/> + <key key0="ж" key2="=" key3="+"/> + <key key0="э" key2="|" key3="\\"/> </row> - <row> - <key key0="shift" key2="loc capslock"/> + <row scale="11"> + <key width="1.22" key0="shift" key2="loc capslock"/> <key key0="я"/> <key key0="ч"/> <key key0="с"/> <key key0="м"/> - <key key0="и" key1="loc і"/> - <key key0="т"/> - <key key0="ь" key1="ъ"/> - <key key0="б" key2="«"/> - <key key0="ю" key2="»"/> - <key key0="backspace" key2="delete"/> + <key key0="и" key1="loc і" key2="<" key3="."/> + <key key0="т" key2=">" key3=","/> + <key key0="ь" key1="ъ" key2="\?" key3="/"/> + <key key0="б" key2=":" key3=";"/> + <key key0="ю" key2=""" key3="'"/> + <key width="1.22" key0="backspace" key2="delete"/> </row> </keyboard> |
