abouttreesummaryrefslogcommitdiff
path: root/srcs/compose/numpad_hindu.json
diff options
context:
space:
mode:
authorJules Aguillon2024-12-11 11:18:44 +0100
committerJules Aguillon2024-12-11 11:24:50 +0100
commite4a49d5256373111eb04ea7d31f3c89d1ec9f6ea (patch)
tree89874e2e35c57767e08be247ffa51c5133cda3e0 /srcs/compose/numpad_hindu.json
parentfe7906a1945f0746a70c6323b1aef2c950ebf250 (diff)
downloadunexpected-keyboard-e4a49d5256373111eb04ea7d31f3c89d1ec9f6ea.tar.gz
unexpected-keyboard-e4a49d5256373111eb04ea7d31f3c89d1ec9f6ea.zip
Move numpad script maps to the compose system
This removes the Map_char interface, which required a lot of boilerplate to use.
Diffstat (limited to 'srcs/compose/numpad_hindu.json')
-rw-r--r--srcs/compose/numpad_hindu.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/srcs/compose/numpad_hindu.json b/srcs/compose/numpad_hindu.json
new file mode 100644
index 0000000..9baa73f
--- /dev/null
+++ b/srcs/compose/numpad_hindu.json
@@ -0,0 +1,14 @@
+// Used with Arabic despite the name; called "Hindi numerals" in Arabic
+// numpad_devanagari is used in Hindi
+{
+ "0": "٠",
+ "1": "١",
+ "2": "٢",
+ "3": "٣",
+ "4": "٤",
+ "5": "٥",
+ "6": "٦",
+ "7": "٧",
+ "8": "٨",
+ "9": "٩"
+}