From ca25cc55f6bc2c7b3100da2f7bf18a078a23f55e Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Sun, 23 Feb 2025 18:00:44 +0100 Subject: 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. --- srcs/compose/shift.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'srcs/compose') 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": "๐•Š" // ๐•ค โ†’ ๐•Š + } } -- cgit v1.2.3