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 /res | |
| parent | 6054c2eec85ca69bfecde95104a3b5746cf0d7cc (diff) | |
| download | unexpected-keyboard-c46e5ec450b7721d91add97e8bc643dd08c721d1.tar.gz unexpected-keyboard-c46e5ec450b7721d91add97e8bc643dd08c721d1.zip | |
Add esc and tab to the Persian layout
Diffstat (limited to 'res')
| -rw-r--r-- | res/xml/arab_pc_ir.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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="ب"/> |
