abouttreesummaryrefslogcommitdiff
path: root/srcs/compose/fn.json
diff options
context:
space:
mode:
authorJules Aguillon2024-12-05 00:00:51 +0100
committerGitHub2024-12-05 00:00:51 +0100
commitde6ee1858b6864e1827af2097ad30b884d0dec6c (patch)
tree4177c3b808da987913d4895b255fcea765fea019 /srcs/compose/fn.json
parentbd49ff5432f5bbe7dd525da11dacef90fd2e7f6f (diff)
downloadunexpected-keyboard-de6ee1858b6864e1827af2097ad30b884d0dec6c.tar.gz
unexpected-keyboard-de6ee1858b6864e1827af2097ad30b884d0dec6c.zip
Arabic diacritics (#807)
Add arabic combining diacritics and make them accessible via Fn and Compose combos. Co-authored-by: Anastázius Kaejatídarján <32847759+anaskaejdar@users.noreply.github.com>
Diffstat (limited to 'srcs/compose/fn.json')
-rw-r--r--srcs/compose/fn.json35
1 files changed, 34 insertions, 1 deletions
diff --git a/srcs/compose/fn.json b/srcs/compose/fn.json
index 70fc061..67bc295 100644
--- a/srcs/compose/fn.json
+++ b/srcs/compose/fn.json
@@ -215,5 +215,38 @@
"ԓ": "ԯ",
"\ua67d": "\u0483",
"\u0487": "\ua66f",
- "ӈ": "ԩ"
+ "ӈ": "ԩ",
+
+ // Arabic
+ ":": "zwnj",
+ "ل": "ڵ",
+ "\u064F": "ۆ", // combining_dammah
+ "\u0650": "ێ", // combining_kasra
+ "ر": "ڕ",
+ "ب": "ٮ",
+ "ه": "ھ",
+ "ث": "پ",
+ "ز": "ژ",
+ "غ": "گ",
+ "ك": "ک",
+ "ا": "آ",
+ "ي": "ی",
+ "ک": "ك",
+ "ط": "ظ",
+ "ص": "ض",
+ "ی": "ي",
+ "ق": "غ",
+ "ع": "ء",
+ "ح": "ہ",
+ "ێ": "combining_kasra",
+ "ئ": "combining_hamza_above",
+ "ؽ": "combining_arabic_inverted_v",
+ "ۉ": "combining_arabic_inverted_v",
+ "ڡ": "combining_dammah",
+ "ة": "combining_fatha",
+ "إ": "combining_hamza_below",
+ "ۆ": "combining_arabic_v",
+ "س": "ـ",
+ "ف": "ڤ",
+ "ن": "ں"
}