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/hebr_1_il.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/hebr_1_il.xml')
| -rw-r--r-- | srcs/layouts/hebr_1_il.xml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/srcs/layouts/hebr_1_il.xml b/srcs/layouts/hebr_1_il.xml index dca827f..aafe842 100644 --- a/srcs/layouts/hebr_1_il.xml +++ b/srcs/layouts/hebr_1_il.xml @@ -14,17 +14,17 @@ <key key0="פ" key2="0" key3="b)" key4="rlm"/> <key key0="backspace" key2="delete"/> </row> - <row> - <key key0="ש" key2="`" key1="loc tab" key3="sindot_placeholder" key4="shindot_placeholder" width="1.333"/> - <key key0="ד" key1="~" width="1.0333"/> - <key key0="ג" key1="geresh" key2="gershayim" width="1.0333"/> - <key key0="כ" width="1.0333"/> - <key key0="ע" width="1.0333"/> - <key key0="י" key2="-" key3="_" key4="maqaf" width="1.0333"/> - <key key0="ח" key2="=" key3="+" width="1.0333"/> - <key key0="ל" key2="b[" key3="b{" width="1.0333"/> - <key key0="ך" key2="b]" key3="b}" width="1.0333"/> - <key key0="ף" key2="," key3=""" key1=":" width="1.4006"/> + <row scale="11"> + <key key0="ש" key2="`" key1="loc tab" key3="sindot_placeholder" key4="shindot_placeholder" width="1.30"/> + <key key0="ד" key1="~"/> + <key key0="ג" key1="geresh" key2="gershayim"/> + <key key0="כ"/> + <key key0="ע"/> + <key key0="י" key2="-" key3="_" key4="maqaf"/> + <key key0="ח" key2="=" key3="+"/> + <key key0="ל" key2="b[" key3="b{"/> + <key key0="ך" key2="b]" key3="b}"/> + <key key0="ף" key2="," key3=""" key1=":" width="1.35"/> </row> <row> <key key0="\\" key1="|" key2="shift" key3="loc capslock"/> |
