diff options
| author | Jules Aguillon | 2023-08-05 19:44:00 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2023-08-05 19:44:00 +0200 |
| commit | c46e5ec450b7721d91add97e8bc643dd08c721d1 (patch) | |
| tree | 38e28169406f942a822bf1f9aa4e7e757b9db06d | |
| parent | 6054c2eec85ca69bfecde95104a3b5746cf0d7cc (diff) | |
| download | unexpected-keyboard-c46e5ec450b7721d91add97e8bc643dd08c721d1.tar.gz unexpected-keyboard-c46e5ec450b7721d91add97e8bc643dd08c721d1.zip | |
Add esc and tab to the Persian layout
| -rw-r--r-- | check_layout.output | 3 | ||||
| -rw-r--r-- | res/xml/arab_pc_ir.xml | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/check_layout.output b/check_layout.output index b5938d3..dc9c42d 100644 --- a/check_layout.output +++ b/check_layout.output @@ -7,8 +7,7 @@ Layout includes some ASCII punctuation but not all, missing: ", %, ', +, ,, ., : 1 warnings # res/xml/arab_pc_ir.xml Layout includes some ASCII punctuation but not all, missing: ", %, ', ,, /, ;, <, =, >, ?, [, \, ], `, {, |, } -Layout doesn't define some important keys, missing: esc, tab -2 warnings +1 warnings # res/xml/arab_pc.xml Layout includes some ASCII punctuation but not all, missing: !, ', +, ;, ?, \, | 1 warnings diff --git a/res/xml/arab_pc_ir.xml b/res/xml/arab_pc_ir.xml index 01d1553..35044ae 100644 --- a/res/xml/arab_pc_ir.xml +++ b/res/xml/arab_pc_ir.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <keyboard name="Persian PC" script="persian"> <row> - <key key0="ض" key2="۱"/> + <key key0="ض" key2="۱" key4="esc"/> <key key0="ص" key2="۲" key1="~" key3="\@"/> <key key0="ث" key2="۳" key1="!" key3="\#"/> <key key0="ق" key2="۴" key1="﷼" key3="$"/> @@ -14,7 +14,7 @@ <key key0="ج" key1="f11_placeholder" key3="f12_placeholder"/> </row> <row> - <key key0="ش"/> + <key key0="ش" key2="tab"/> <key key0="س"/> <key key0="ی" key2="ئ"/> <key key0="ب"/> |
