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/deva_inscript.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/deva_inscript.xml')
| -rw-r--r-- | res/xml/deva_inscript.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/xml/deva_inscript.xml b/res/xml/deva_inscript.xml index 553f43d..0bcd86d 100644 --- a/res/xml/deva_inscript.xml +++ b/res/xml/deva_inscript.xml @@ -28,8 +28,8 @@ <key shift="0.1" key0="ट" key1="ठ" key2="ड़" key3="\#" key4="*"/> <key key0="ं" key1="ँ" key2="।" key3="ॐ" key4="\@"/> <key key0="म" key1="ण" key2="य" key3="य़" key4="%"/> - <key key0="न" key1="" key2="।" key3=":" key4="&"/> - <key key0="व" key1="" key2="ढ़" key3=";" key4="."/> + <key key0="न" key2="।" key3=":" key4="&"/> + <key key0="व" key2="ढ़" key3=";" key4="."/> <key key0="ल" key1="ळ" key2="फ़" key3="!" key4=","/> <key key0="स" key1="श" key2="ष" key3="\?" key4="।"/> <key shift="0.1" width="1.4" key0="backspace" key2="delete"/> |
