diff options
| author | Jules Aguillon | 2024-01-10 00:24:13 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2024-01-10 00:28:21 +0100 |
| commit | 329a35e7d368db79938d026cdec749021e427b5e (patch) | |
| tree | de0734e27dea77fdaa85304b75f6cb044aa76c7c /res/xml/latn_qwertz_sk.xml | |
| parent | b319356a08ee059fd4c3fbcc7242b2d8712fa420 (diff) | |
| download | unexpected-keyboard-329a35e7d368db79938d026cdec749021e427b5e.tar.gz unexpected-keyboard-329a35e7d368db79938d026cdec749021e427b5e.zip | |
Fix layouts containing empty keys
This results in a key being the empty string and do not trigger an
error:
key1="\"
Layouts are fixed and check_layout now checks for this case.
Diffstat (limited to 'res/xml/latn_qwertz_sk.xml')
| -rw-r--r-- | res/xml/latn_qwertz_sk.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/latn_qwertz_sk.xml b/res/xml/latn_qwertz_sk.xml index bb8f553..5227370 100644 --- a/res/xml/latn_qwertz_sk.xml +++ b/res/xml/latn_qwertz_sk.xml @@ -10,7 +10,7 @@ <key key0="u" key1="7" key2="ü" key3="ú" key4="ů"/> <key key0="i" key1="8" key3="í"/> <key key0="o" key1="9" key2="ö" key3="ó" key4="ô"/> - <key key0="p" key1="0" key2="=" key3="\" key4="/"/> + <key key0="p" key1="0" key2="=" key3="\\" key4="/"/> </row> <row> <key key0="a" key1="tab" key3="á" key4="ä"/> |
