diff options
| author | Jules Aguillon | 2023-06-24 23:43:51 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2023-06-24 23:46:14 +0200 |
| commit | f1a8e7c04cc73838903281733d06727901bcd394 (patch) | |
| tree | e268d155dad0eb40eb4e6b72ce1a5986b8ee04f6 /res/xml/devanagari_2.xml | |
| parent | 9bcfec8bd1c1662b250c0a313505aa6e0bc06383 (diff) | |
| download | unexpected-keyboard-f1a8e7c04cc73838903281733d06727901bcd394.tar.gz unexpected-keyboard-f1a8e7c04cc73838903281733d06727901bcd394.zip | |
Specify the script of every layouts and locales
This new information will avoid showing é on a cyrillic layout and ґ on
a latin layout.
Diffstat (limited to 'res/xml/devanagari_2.xml')
| -rw-r--r-- | res/xml/devanagari_2.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/xml/devanagari_2.xml b/res/xml/devanagari_2.xml index 7e1f770..1606abd 100644 --- a/res/xml/devanagari_2.xml +++ b/res/xml/devanagari_2.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<keyboard> +<keyboard script="devanagari"> <row> <key shift="0.35" width="0.9" key0="क" key1="ख" key2="घ" key3="ङ" key4="ग"/> <key width="0.9" key0="च" key1="छ" key2="झ" key3="ञ" key4="ज"/> @@ -27,4 +27,4 @@ <key key0="५" key1="१" key2="३" key3="७" key4="९" key5="४" key6="६" key7="२" key8="८"/> <key key0="backspace" key2="delete"/> </row> -</keyboard>
\ No newline at end of file +</keyboard> |
