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/arab_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/arab_alt.xml')
| -rw-r--r-- | res/xml/arab_alt.xml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/res/xml/arab_alt.xml b/res/xml/arab_alt.xml new file mode 100644 index 0000000..bc5f123 --- /dev/null +++ b/res/xml/arab_alt.xml @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="utf-8"?> +<keyboard script="arabic"> + <row> + <key key0="ض" key2="١" key3="`" key4="esc"/> + <key key0="ص" key2="٢" key3="\@"/> + <key key0="ث" key2="٣" key3="\#"/> + <key key0="ق" key2="٤" key3="$"/> + <key key0="ف" key2="٥" key3="%"/> + <key key0="غ" key2="٦" key3="^"/> + <key key0="ع" key2="٧" key3="&"/> + <key key0="ه" key2="٨" key3="*"/> + <key key0="خ" key2="٩" key3="("/> + <key key0="ح" key2="٠" key3=")"/> + <key key0="ج"/> + </row> + <row> + <key key0="ش" key4="tab"/> + <key key0="س"/> + <key key0="ي"/> + <key key0="ب"/> + <key key0="ل"/> + <key key0="ا" key1="أ"/> + <key key0="ت"/> + <key key0="ن"/> + <key key0="م"/> + <key key0="ك"/> + <key key0="ط"/> + </row> + <row> + <key key0="ذ"/> + <key key0="ء"/> + <key key0="ؤ" key1="{"/> + <key key0="ر" key1="}"/> + <key key0="ى" key1="ئ"/> + <key key0="ة"/> + <key key0="و" key3=","/> + <key key0="ز" key3="."/> + <key key0="ظ" key3="؟"/> + <key key0="د"/> + <key width="1.0" key0="backspace" key2="delete"/> + </row> +</keyboard> |
