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_bengali.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_bengali.json')
| -rw-r--r-- | srcs/compose/numpad_bengali.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/srcs/compose/numpad_bengali.json b/srcs/compose/numpad_bengali.json new file mode 100644 index 0000000..ba51f10 --- /dev/null +++ b/srcs/compose/numpad_bengali.json @@ -0,0 +1,12 @@ +{ + "0": "০", + "1": "১", + "2": "২", + "3": "৩", + "4": "৪", + "5": "৫", + "6": "৬", + "7": "৭", + "8": "৮", + "9": "৯" +} |
