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_yxukeng_os.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_yxukeng_os.xml')
| -rw-r--r-- | srcs/layouts/cyrl_yxukeng_os.xml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/srcs/layouts/cyrl_yxukeng_os.xml b/srcs/layouts/cyrl_yxukeng_os.xml index 5da54e5..749a02e 100644 --- a/srcs/layouts/cyrl_yxukeng_os.xml +++ b/srcs/layouts/cyrl_yxukeng_os.xml @@ -26,17 +26,17 @@ <key key0="ж" key7="0" /> <key key0="э" key7="/" key8="|" /> </row> - <row> - <key width="1.18" key0="shift" /> - <key width="0.96" key0="ꙗ" key7="combining_breve" key8=";" /> - <key width="0.96" key0="ч" key7="combining_pokrytie" key8=":" /> - <key width="0.96" key0="с" key7="combining_inverted_breve" key8="`" /> - <key width="0.96" key0="м" key7="ѭ" /> - <key width="0.96" key0="и" key7="combining_vertical_tilde" key8="-" /> - <key width="0.96" key0="т" key7="\?" key8="\\" /> - <key width="0.96" key0="ц" key3="<" key2=">" /> - <key width="0.96" key0="б" key3="(" key2=")" /> - <key width="0.96" key0="ю" key3="{" key2="}" /> - <key width="1.18" key0="." key7="," key8="_" /> + <row scale="11"> + <key width="1.22" key0="shift" /> + <key key0="ꙗ" key7="combining_breve" key8=";" /> + <key key0="ч" key7="combining_pokrytie" key8=":" /> + <key key0="с" key7="combining_inverted_breve" key8="`" /> + <key key0="м" key7="ѭ" /> + <key key0="и" key7="combining_vertical_tilde" key8="-" /> + <key key0="т" key7="\?" key8="\\" /> + <key key0="ц" key3="<" key2=">" /> + <key key0="б" key3="(" key2=")" /> + <key key0="ю" key3="{" key2="}" /> + <key width="1.22" key0="." key7="," key8="_" /> </row> </keyboard> |
