diff options
| author | Reza Hosseinzadeh | 2023-11-01 19:00:01 +0330 |
|---|---|---|
| committer | GitHub | 2023-11-01 16:30:01 +0100 |
| commit | 60134effdc7a8840d2d7ba859ade02330ee3c206 (patch) | |
| tree | 05d6b3e23653d1ffcbdf894b47e6cd217c86b1b9 | |
| parent | 838fbc8ef83bcebc56f99d8e150284075331dcc6 (diff) | |
| download | unexpected-keyboard-60134effdc7a8840d2d7ba859ade02330ee3c206.tar.gz unexpected-keyboard-60134effdc7a8840d2d7ba859ade02330ee3c206.zip | |
Remove extra paranthesis in persian layout (#485)
| -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 35044ae..4b5caa1 100644 --- a/res/xml/arab_pc_ir.xml +++ b/res/xml/arab_pc_ir.xml @@ -21,8 +21,8 @@ <key key0="ل"/> <key key0="ا" key1="آ" key4="ء" key2="-" key3="_"/> <key key0="ت" key1="‌" key2="+"/> - <key key0="ن" key1="("/> - <key key0="م" key1=")"/> + <key key0="ن"/> + <key key0="م"/> <key key0="ک"/> <key key0="گ"/> </row> |
