diff options
| author | Jules Aguillon | 2025-02-23 18:00:44 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2025-02-23 18:00:44 +0100 |
| commit | ca25cc55f6bc2c7b3100da2f7bf18a078a23f55e (patch) | |
| tree | e3e94c2fa073e44063b66d86f8be4789620714ad /srcs/compose | |
| parent | 68be82a4f92f47300b9960cf9cf65040c96f17ed (diff) | |
| download | unexpected-keyboard-ca25cc55f6bc2c7b3100da2f7bf18a078a23f55e.tar.gz unexpected-keyboard-ca25cc55f6bc2c7b3100da2f7bf18a078a23f55e.zip | |
Apply compose sequences to String keys
This is mostly useful for characters that do not fit on a single 16-bit
char.
Shift sequences for ๐จ๐ฉ๐๐๐ค are added for illustration.
Diffstat (limited to 'srcs/compose')
| -rw-r--r-- | srcs/compose/shift.json | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/srcs/compose/shift.json b/srcs/compose/shift.json index 8b87006..0a44829 100644 --- a/srcs/compose/shift.json +++ b/srcs/compose/shift.json @@ -125,5 +125,14 @@ "เฅข": "เฅฃ", "เฅ": "เฅ", "เฅ
": "เฅฒ", - "เฅ": "เค" + "เฅ": "เค", + + // Mathematical symbols + "\uD835": { + "\uDD68": "๐", // ๐จ โ ๐ + "\uDD69": "๐", // ๐ฉ โ ๐ + "\uDD57": "๐ฝ", // ๐ โ ๐ฝ + "\uDD58": "๐พ", // ๐ โ ๐พ + "\uDD64": "๐" // ๐ค โ ๐ + } } |
