diff options
| author | Jules Aguillon | 2023-12-26 17:16:29 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2023-12-26 17:16:29 +0100 |
| commit | 7e7a5e4425a7825a9b0d899d6d13710acae82600 (patch) | |
| tree | 4310220512a783a931f56b4a87d74f4dfb3962ba /res/xml/arab_pc.xml | |
| parent | 9ff8179d490c9385df01b82ce8855956dced69cb (diff) | |
| download | unexpected-keyboard-7e7a5e4425a7825a9b0d899d6d13710acae82600.tar.gz unexpected-keyboard-7e7a5e4425a7825a9b0d899d6d13710acae82600.zip | |
Separate arabic layouts with hindu or arabic numerals
This reverts the Tusinian layout (1af4e45) and instead introduce a new
arabic PC layout with arabic numbers.
Layouts are renamed:
- arab_pc => arab_pc_hindu
- arab_pc_tn => arab_pc
Diffstat (limited to 'res/xml/arab_pc.xml')
| -rw-r--r-- | res/xml/arab_pc.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/res/xml/arab_pc.xml b/res/xml/arab_pc.xml index 66a8fbd..62b086d 100644 --- a/res/xml/arab_pc.xml +++ b/res/xml/arab_pc.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="utf-8"?> <keyboard name="Arabic PC" script="arabic"> <row> - <key key0="ض" key1="َ" key2="١" key3="`" key4="esc"/> - <key key0="ص" key1="ً" key2="٢" key3="\@"/> - <key key0="ث" key1="ُ" key2="٣" key3="\#" key4="loc €"/> - <key key0="ق" key1="ٌ" key2="٤" key3="$" key4="loc £"/> - <key key0="ف" key1="لإ" key2="٥" key3="%"/> - <key key0="غ" key1="إ" key2="٦" key3="^"/> - <key key0="ع" key1="‘" key2="٧" key3="&"/> - <key key0="ه" key1="÷" key2="٨" key3="*"/> - <key key0="خ" key1="×" key2="٩" key3="("/> - <key key0="ح" key1="؛" key2="٠" key3=")"/> + <key key0="ض" key1="َ" key2="1" key3="`" key4="esc"/> + <key key0="ص" key1="ً" key2="2" key3="\@"/> + <key key0="ث" key1="ُ" key2="3" key3="\#" key4="loc €"/> + <key key0="ق" key1="ٌ" key2="4" key3="$" key4="loc £"/> + <key key0="ف" key1="لإ" key2="5" key3="%"/> + <key key0="غ" key1="إ" key2="6" key3="^"/> + <key key0="ع" key1="‘" key2="7" key3="&"/> + <key key0="ه" key1="÷" key2="8" key3="*"/> + <key key0="خ" key1="×" key2="9" key3="("/> + <key key0="ح" key1="؛" key2="0" key3=")"/> <key key0="ج" key1=">" key2="-" key3="_" key4="f11_placeholder"/> <key key0="د" key1="<" key2="=" key3="ذ" key4="f12_placeholder"/> <!-- <key key0="ذ" key1="ّ" key3="\\" key4="|"/> --> |
