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_pc_ir.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_pc_ir.xml')
| -rw-r--r-- | res/xml/arab_pc_ir.xml | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/res/xml/arab_pc_ir.xml b/res/xml/arab_pc_ir.xml new file mode 100644 index 0000000..be2720c --- /dev/null +++ b/res/xml/arab_pc_ir.xml @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Adapted from standard SIRI 9147 --> +<keyboard script="arabic"> + <row> + <key key0="ض" key2="۱"/> + <key key0="ص" key2="۲"/> + <key key0="ث" key2="۳"/> + <key key0="ق" key2="۴"/> + <key key0="ف" key2="۵"/> + <key key0="غ" key1="۶" key2="،"/> + <key key0="ع" key1="۷"/> + <key key0="ه" key1="۸"/> + <key key0="خ" key1="۹"/> + <key key0="ح" key1="۰"/> + <key key0="ج"/> + </row> + <row> + <key key0="ش" key2="\@"/> + <key key0="س" key2="\#"/> + <key key0="ی" key2="﷼"/> + <key key0="ب" key2="٪"/> + <key key0="ل" key2="&"/> + <key key0="ا" key1="آ" key2="ء" key4="-"/> + <key key0="ت" key1="‌" key2="+"/> + <key key0="ن" key1="("/> + <key key0="م" key1=")"/> + <key key0="ک"/> + <key key0="گ"/> + </row> + <row> + <key key0="ظ" key2="؟"/> + <key key0="ط"/> + <key key0="ز" key2="«"/> + <key key0="ر" key2="»"/> + <key key0="ژ" key2="."/> + <key key0="ذ" key2=":"/> + <key key0="د" key1="؛"/> + <key key0="پ" key1="!"/> + <key key0="و" key1="ـ"/> + <key key0="چ"/> + <key width="1.0" key0="backspace" key2="delete"/> + </row> +</keyboard> |
