diff options
| author | Jules Aguillon | 2023-08-05 19:20:48 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2023-08-05 19:40:13 +0200 |
| commit | dcbb4c484cfd73fbd78194c62f2cf9bc5d7e4492 (patch) | |
| tree | a6e7cc9e3508759da30c241776076c8e680bb522 /res | |
| parent | 76f01122c2f60a51e5c2d4cdf289e5136cd50752 (diff) | |
| download | unexpected-keyboard-dcbb4c484cfd73fbd78194c62f2cf9bc5d7e4492.tar.gz unexpected-keyboard-dcbb4c484cfd73fbd78194c62f2cf9bc5d7e4492.zip | |
Modify arabic and persian numbers info function keys
And add function keys placeholders in the layouts.
Diffstat (limited to 'res')
| -rw-r--r-- | res/xml/arab_pc.xml | 4 | ||||
| -rw-r--r-- | res/xml/arab_pc_ir.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/res/xml/arab_pc.xml b/res/xml/arab_pc.xml index 9fb9dad..66a8fbd 100644 --- a/res/xml/arab_pc.xml +++ b/res/xml/arab_pc.xml @@ -11,8 +11,8 @@ <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="_" key4="f11_placeholder"/> + <key key0="د" key1="<" key2="=" key3="ذ" key4="f12_placeholder"/> <!-- <key key0="ذ" key1="ّ" key3="\\" key4="|"/> --> </row> <row> diff --git a/res/xml/arab_pc_ir.xml b/res/xml/arab_pc_ir.xml index d761cdb..01d1553 100644 --- a/res/xml/arab_pc_ir.xml +++ b/res/xml/arab_pc_ir.xml @@ -11,7 +11,7 @@ <key key0="ه" key2="۸" key3="*"/> <key key0="خ" key2="۹" key3="(" key4=")"/> <key key0="ح" key2="۰"/> - <key key0="ج"/> + <key key0="ج" key1="f11_placeholder" key3="f12_placeholder"/> </row> <row> <key key0="ش"/> |
