diff options
| author | Jules Aguillon | 2025-05-11 23:06:19 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2025-05-11 23:06:19 +0200 |
| commit | 3b94bf6a17830cbf2f90eb7f51747792c8992443 (patch) | |
| tree | 34aad61326b41ca0ffa228f086be5637df2cb6cd /srcs/layouts/latn_qwerty_se.xml | |
| parent | ff9d2e7d31aea2fb08e1390b245a212185eac1f2 (diff) | |
| download | unexpected-keyboard-3b94bf6a17830cbf2f90eb7f51747792c8992443.tar.gz unexpected-keyboard-3b94bf6a17830cbf2f90eb7f51747792c8992443.zip | |
Fix duplicated or missing keys and more in layouts
Fix several warnings spotted by check_layout.
Diffstat (limited to 'srcs/layouts/latn_qwerty_se.xml')
| -rw-r--r-- | srcs/layouts/latn_qwerty_se.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/srcs/layouts/latn_qwerty_se.xml b/srcs/layouts/latn_qwerty_se.xml index 5e8fb7d..94b13cc 100644 --- a/srcs/layouts/latn_qwerty_se.xml +++ b/srcs/layouts/latn_qwerty_se.xml @@ -9,9 +9,9 @@ <key key0="y" key2="6" key3="^" key4="%"/> <key key0="u" key2="7" key3="~" key4="\\"/> <key key0="i" key2="8" key3="*" key4="/"/> - <key key0="o" key2="9" key3="+" key4="-"/> + <key key0="o" key2="9" key3="+"/> <key key0="p" key2="0" key3="="/> - <key key0="å" key1="\?" key3="!"/> + <key key0="å"/> </row> <row> <key key0="a" key2="loc tab"/> @@ -33,9 +33,9 @@ <key key0="c"/> <key key0="v"/> <key key0="b" key2=";" key4=","/> - <key key0="n" key2=":" key4="."/> + <key key0="n" key2=":"/> <key key0="m" key2="-" key4="_"/> - <key width="1.0" key0="." key1="!" key2="\?" key3="'" key4=","/> + <key key0="." key1="!" key2="\?"/> <key width="1.5" key0="backspace" key2="delete"/> </row> </keyboard> |
