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/deva_inscript.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/deva_inscript.xml')
| -rw-r--r-- | srcs/layouts/deva_inscript.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/srcs/layouts/deva_inscript.xml b/srcs/layouts/deva_inscript.xml index bc20d15..1e2def3 100644 --- a/srcs/layouts/deva_inscript.xml +++ b/srcs/layouts/deva_inscript.xml @@ -26,12 +26,12 @@ <row> <key width="1.4" key0="shift" key2="loc capslock"/> <key shift="0.1" key0="ट" key1="ठ" key2="ड़" key3="\#" key4="*"/> - <key key0="ं" key1="ँ" key2="।" key3="ॐ" key4="\@"/> + <key key0="ं" key1="ँ" 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 key0="स" key1="श" key2="ष" key3="\?"/> <key shift="0.1" width="1.4" key0="backspace" key2="delete"/> </row> </keyboard> |
