diff options
| author | Jules Aguillon | 2026-01-18 21:57:17 +0100 |
|---|---|---|
| committer | GitHub | 2026-01-18 21:57:17 +0100 |
| commit | c669a755a69c68203f11684366dfbb4732b154da (patch) | |
| tree | dab0afc83d1a44459eff949826fbdb8495bd13ba /srcs/compose/accent_small_caps.json | |
| parent | 3b4aa33ff3744c5de77dc90c0962e7540f1e2afc (diff) | |
| download | unexpected-keyboard-c669a755a69c68203f11684366dfbb4732b154da.tar.gz unexpected-keyboard-c669a755a69c68203f11684366dfbb4732b154da.zip | |
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
Diffstat (limited to 'srcs/compose/accent_small_caps.json')
| -rw-r--r-- | srcs/compose/accent_small_caps.json | 59 |
1 files changed, 59 insertions, 0 deletions
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": "ᴢ", + "Æ": "ᴁ", + "Ƀ": "ᴃ", + "ƀ": "ᴃ", + "Ð": "ᴆ", + "Ǝ": "ⱻ", + "Ɠ": "ʛ", + "ᵷ": "𝼂", + "⅁": "𝼂", + "Ɨ": "ᵻ", + "Ʞ": "𝼐", + "Ł": "ᴌ", + "Ɬ": "𝼄", + "ŋ": "ᴎ", + "И": "ᴎ", + "Œ": "ɶ", + "Ɔ": "ᴐ", + "Ȣ": "ᴕ", + "Я": "ᴙ", + "ɹ": "ᴚ", + "ꓤ": "ᴚ", + "ꝵ": "ꝶ", + "Ʉ": "ᵾ", + "Ɯ": "ꟺ", + "Ʒ": "ᴣ", + "Γ": "ᴦ", + "Λ": "ᴧ", + "Π": "ᴨ", + "Ρ": "ᴩ", + "Ψ": "ᴪ", + "Ω": "ꭥ", + "Л": "ᴫ" +} |
