diff options
| author | Jules Aguillon | 2025-06-18 00:49:34 +0200 |
|---|---|---|
| committer | GitHub | 2025-06-18 00:49:34 +0200 |
| commit | 71d278402644fd16a2f407518346746f16538de6 (patch) | |
| tree | 8df119b68d7d0f15b38eebec6277f756dcf01457 /srcs/layouts/cyrl_jcuken_ru.xml | |
| parent | f9b844e98864fc1223687c6836a26e773a80c99f (diff) | |
| download | unexpected-keyboard-71d278402644fd16a2f407518346746f16538de6.tar.gz unexpected-keyboard-71d278402644fd16a2f407518346746f16538de6.zip | |
Add <row scale=""> attribute (#1018)
* Add <row scale=""> attribute
Scale the width of the keys in the row to match a value. Useful to
remove space on the right of the row without adding a 'width' attribute
to each key.
* layouts: Use the 'scale=""' attribute in builtin layouts
This removes the very specific 'width' values.
Diffstat (limited to 'srcs/layouts/cyrl_jcuken_ru.xml')
| -rw-r--r-- | srcs/layouts/cyrl_jcuken_ru.xml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/srcs/layouts/cyrl_jcuken_ru.xml b/srcs/layouts/cyrl_jcuken_ru.xml index 5b32dc5..ed863d6 100644 --- a/srcs/layouts/cyrl_jcuken_ru.xml +++ b/srcs/layouts/cyrl_jcuken_ru.xml @@ -26,17 +26,17 @@ <key key0="ж" key2="=" key3="+"/> <key key0="э" key2="|" key3="\\"/> </row> - <row> - <key width="1.18" key0="shift" key2="loc capslock"/> - <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="и" key1="loc і" 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 scale="11"> + <key width="1.22" key0="shift" key2="loc capslock"/> + <key key0="я"/> + <key key0="ч"/> + <key key0="с"/> + <key key0="м"/> + <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> |
