diff options
| author | Shareef101 | 2023-08-18 16:05:41 +0545 |
|---|---|---|
| committer | GitHub | 2023-08-18 12:20:41 +0200 |
| commit | 491e72f247181b49d77776780f4caba995e16848 (patch) | |
| tree | 599a64cc05b670ea0768a60e32f751014c617342 /res/xml | |
| parent | c3a5dc63f2ece6095bb9a05b9588f06a0f49dc5e (diff) | |
| download | unexpected-keyboard-491e72f247181b49d77776780f4caba995e16848.tar.gz unexpected-keyboard-491e72f247181b49d77776780f4caba995e16848.zip | |
Add urdu phonetic layout (#413)
Diffstat (limited to 'res/xml')
| -rw-r--r-- | res/xml/urdu_phonetic_ur.xml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/res/xml/urdu_phonetic_ur.xml b/res/xml/urdu_phonetic_ur.xml new file mode 100644 index 0000000..a1fd561 --- /dev/null +++ b/res/xml/urdu_phonetic_ur.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<keyboard name="Urdu Phonetic" script="urdu"> + <row> + <key key0="ق" key3=" " key4="esc" key7="1"/> + <key key0="و" key2="ؤ" key3="\@" key7="2"/> + <key key0="ع" key1="!" key3="\#" key7="3"/> + <key key0="ر" key2="ڑ" key3="$" key7="4"/> + <key key0="ت" key2="ٹ" key3="%" key7="5"/> + <key key0="ے" key3="^" key7="6"/> + <key key0="ئ" key2="ء" key3="&" key7="7"/> + <key key0="ی" key3="*" key7="8"/> + <key key0="ہ" key1="'" key2=""" key3="(" key4=")" key7="9" key8="ۃ"/> + <key key0="پ" key1="ٰ" key2="0" key3="؟" key5="ٓ" key7="ٗ" key8="ٖ"/> + </row> + <row> + <key width="1.1" key0="ا" key1="tab" key2="آ" key4="أ"/> + <key width="1.1" key0="س" key2="ص"/> + <key width="1.1" key0="د" key2="ڈ" key4=" "/> + <key width="1.1" key0="ف" key2="پھ"/> + <key width="1.15" key0="گ" key1="-" key2="غ" key3="_" key4="گھ"/> + <key width="1.1" key0="ھ" key1="=" key2="ح" key3="+"/> + <key width="1.1" key0="ج" key1="}" key2="ض" key3="{" key4="جھ"/> + <key width="1.1" key0="ک" key1="]" key2="خ" key3="[" key4="کھ"/> + <key width="1.15" key0="ل" key1="َ" key3="." key5="ْ" key7="ُ" key8="ِ"/> + </row> + <row> + <key width="1.5" key0="shift" key2="loc capslock"/> + <key key0="ز" key2="ذ"/> + <key key0="ش" key2="ژ"/> + <key key0="چ" key2="ث" key3="۔" key4="چھ"/> + <key key0="ط" key2="ظ" key3=","/> + <key key0="ب" key2="بھ" key3="/" key4="\\"/> + <key key0="ن" key2="ں" key3=";" key4=":"/> + <key key0="م" key5="ّ" key6="ً" key7="ٌ" key8="ٍ"/> + <key width="1.5" key0="backspace" key2="delete"/> + </row> +</keyboard> |
