diff options
| author | Jules Aguillon | 2023-06-25 13:40:20 +0200 |
|---|---|---|
| committer | GitHub | 2023-06-25 13:40:20 +0200 |
| commit | f36864533c33f8f1986db150987e354c59c7482b (patch) | |
| tree | b011c7be036248302577aaf1afb4641072dafee4 /res/xml/deva_alt.xml | |
| parent | 5cfbc6ed5b6a1e3818d47843a20adc0669bd9755 (diff) | |
| download | unexpected-keyboard-f36864533c33f8f1986db150987e354c59c7482b.tar.gz unexpected-keyboard-f36864533c33f8f1986db150987e354c59c7482b.zip | |
Standard layout names (#386)
The names are comprised of: script, layout name, country code.
Co-authored-by: grim <verdastelo9604@hotmail.com>
Diffstat (limited to 'res/xml/deva_alt.xml')
| -rw-r--r-- | res/xml/deva_alt.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/res/xml/deva_alt.xml b/res/xml/deva_alt.xml new file mode 100644 index 0000000..1606abd --- /dev/null +++ b/res/xml/deva_alt.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="utf-8"?> +<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="ज"/> + <key width="0.9" key0="ट" key1="ठ" key2="ढ" key3="ण" key4="ड"/> + <key width="0.9" key0="त" key1="थ" key2="ध" key3="न" key4="द"/> + <key width="0.9" key0="प" key1="फ" key2="भ" key3="म" key4="ब"/> + <key width="0.9" key0="र" key1="ज्ञ" key2="ल" key3="य" key4="व"/> + <key width="0.9" key0="ह" key1="श" key2="ळ" key3="स" key4="ष"/> + </row> + <row> + <key shift="0.35" width="0.9" key0="ा" key1="अ" key2="आ"/> + <key width="0.9" key0="ि" key1="इ"/> + <key width="0.9" key0="ी" key1="ई"/> + <key width="0.9" key0="ु" key1="उ" key2="ऊ" key4="ू"/> + <key width="0.9" key0="े" key1="ए" key2="ऋ" key4="ृ"/> + <key width="0.9" key0="ै" key1="ऐ" key2="ऌ" key4="ॢ"/> + <key width="0.9" key0="ो" key1="ओ" key2="औ" key4="ौ"/> + </row> + <row> + <key key0="्" key2="tab" key4="esc"/> + <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="५" key1="१" key2="३" key3="७" key4="९" key5="४" key6="६" key7="२" key8="८"/> + <key key0="backspace" key2="delete"/> + </row> +</keyboard> |
