From c669a755a69c68203f11684366dfbb4732b154da Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Sun, 18 Jan 2026 21:57:17 +0100 Subject: Add the small capital letters dead key (#1156) * Add the small capital letters dead key It can be added to the keyboard from the settings or into custom layouts as `accent_small_caps`. Add all the symbols listed on https://en.wikipedia.org/wiki/Small_caps--- srcs/compose/accent_small_caps.json | 59 +++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 srcs/compose/accent_small_caps.json (limited to 'srcs/compose/accent_small_caps.json') diff --git a/srcs/compose/accent_small_caps.json b/srcs/compose/accent_small_caps.json new file mode 100644 index 0000000..b17eac2 --- /dev/null +++ b/srcs/compose/accent_small_caps.json @@ -0,0 +1,59 @@ +{ + "a": "ᴀ", + "b": "ʙ", + "c": "ᴄ", + "d": "ᴅ", + "e": "ᴇ", + "f": "ꜰ", + "g": "ɢ", + "h": "ʜ", + "i": "ɪ", + "j": "ᴊ", + "k": "ᴋ", + "l": "ʟ", + "m": "ᴍ", + "n": "ɴ", + "o": "ᴏ", + "p": "ᴘ", + "q": "ꞯ", + "r": "ʀ", + "s": "ꜱ", + "t": "ᴛ", + "u": "ᴜ", + "v": "ᴠ", + "w": "ᴡ", + "x": "x", + "y": "ʏ", + "z": "ᴢ", + "Æ": "ᴁ", + "Ƀ": "ᴃ", + "ƀ": "ᴃ", + "Ð": "ᴆ", + "Ǝ": "ⱻ", + "Ɠ": "ʛ", + "ᵷ": "𝼂", + "⅁": "𝼂", + "Ɨ": "ᵻ", + "Ʞ": "𝼐", + "Ł": "ᴌ", + "Ɬ": "𝼄", + "ŋ": "ᴎ", + "И": "ᴎ", + "Œ": "ɶ", + "Ɔ": "ᴐ", + "Ȣ": "ᴕ", + "Я": "ᴙ", + "ɹ": "ᴚ", + "ꓤ": "ᴚ", + "ꝵ": "ꝶ", + "Ʉ": "ᵾ", + "Ɯ": "ꟺ", + "Ʒ": "ᴣ", + "Γ": "ᴦ", + "Λ": "ᴧ", + "Π": "ᴨ", + "Ρ": "ᴩ", + "Ψ": "ᴪ", + "Ω": "ꭥ", + "Л": "ᴫ" +} -- cgit v1.2.3