diff options
| author | Jules Aguillon | 2024-12-11 11:18:44 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2024-12-11 11:24:50 +0100 |
| commit | e4a49d5256373111eb04ea7d31f3c89d1ec9f6ea (patch) | |
| tree | 89874e2e35c57767e08be247ffa51c5133cda3e0 /srcs/compose/numpad_gujarati.json | |
| parent | fe7906a1945f0746a70c6323b1aef2c950ebf250 (diff) | |
| download | unexpected-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_gujarati.json')
| -rw-r--r-- | srcs/compose/numpad_gujarati.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/srcs/compose/numpad_gujarati.json b/srcs/compose/numpad_gujarati.json new file mode 100644 index 0000000..742fbe4 --- /dev/null +++ b/srcs/compose/numpad_gujarati.json @@ -0,0 +1,12 @@ +{ + "0": "૦", + "1": "૧", + "2": "૨", + "3": "૩", + "4": "૪", + "5": "૫", + "6": "૬", + "7": "૭", + "8": "૮", + "9": "૯" +} |
