abouttreesummaryrefslogcommitdiff
path: root/test/juloo.keyboard2/ComposeKeyTest.java
AgeCommit message (Collapse)AuthorFilesLines
2026-04-18Add more symbols to superscript and small_caps (#1198)Jules Aguillon1-0/+5
* Add more symbols to accent_syperscript * Add all uppercase and lowercase variants to accent_small_caps * Use ʁ instead of ᴚ in accent_small_caps
2025-02-23Apply compose sequences to String keysJules Aguillon1-13/+12
This is mostly useful for characters that do not fit on a single 16-bit char. Shift sequences for 𝕨𝕩𝕗𝕘𝕤 are added for illustration.
2025-01-03test: Add ComposeKeyTestJules Aguillon1-0/+63