diff options
| author | Jules Aguillon | 2026-04-18 16:18:13 +0200 |
|---|---|---|
| committer | GitHub | 2026-04-18 16:18:13 +0200 |
| commit | c6774196ea57f30026e4aa7f126a6202f0fdd865 (patch) | |
| tree | d5e41a9537d2f430286448043454b436485bcef2 /srcs/compose/accent_superscript.json | |
| parent | af5f6df02c68a4ba9c06c4c69f49425b8eaabee0 (diff) | |
| download | unexpected-keyboard-c6774196ea57f30026e4aa7f126a6202f0fdd865.tar.gz unexpected-keyboard-c6774196ea57f30026e4aa7f126a6202f0fdd865.zip | |
Add more symbols to superscript and small_caps (#1198)
* Add more symbols to accent_syperscript
* Add all uppercase and lowercase variants to accent_small_caps
* Use ʁ instead of ᴚ in accent_small_caps
Diffstat (limited to 'srcs/compose/accent_superscript.json')
| -rw-r--r-- | srcs/compose/accent_superscript.json | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/srcs/compose/accent_superscript.json b/srcs/compose/accent_superscript.json index 292815d..7a90869 100644 --- a/srcs/compose/accent_superscript.json +++ b/srcs/compose/accent_superscript.json @@ -16,9 +16,10 @@ "=": "⁼", "(": "⁽", ")": "⁾", + // latin "n": "ⁿ", - + // since there are no more "superscript" characters, // we substitute with "modifier letter small"s which looks the same // latin @@ -77,6 +78,7 @@ "ʃ": "ᶴ", "ʒ": "ᶾ", "ʍ": "ꭩ", + "Ħ": "ꟸ", // greek "ɒ": "ᶛ", "β": "ᵝ", @@ -89,5 +91,10 @@ "ʌ": "ᶺ", "θ": "ᶿ", // cyrillic - "ө": "ᶱ" + "ө": "ᶱ", + + // Other with modifier + "ʕ": "ˤ", + "ʔ": "ˀ", + "ʋ": "ᶹ" } |
