diff options
| author | Zitrone | 2024-10-05 09:06:24 +0000 |
|---|---|---|
| committer | GitHub | 2024-10-05 11:06:24 +0200 |
| commit | 6fae23a4327a7144f496c0fe079ad9b40a1313e1 (patch) | |
| tree | 5f5db2331027bba580f51cf4d11e56eedf24de8d /srcs/compose/accent_circonflexe.json | |
| parent | 6e2494ca0bf545a761eaa56bc1d0398875f239d8 (diff) | |
| download | unexpected-keyboard-6fae23a4327a7144f496c0fe079ad9b40a1313e1.tar.gz unexpected-keyboard-6fae23a4327a7144f496c0fe079ad9b40a1313e1.zip | |
compose/accent_*.json: improvements (more accents) (#770)
compose/accent_*.json: improve/complete implementation
compose/shift.json: uppercase for superscript letters & characters without preapplied uppercase versions
Diffstat (limited to 'srcs/compose/accent_circonflexe.json')
| -rw-r--r-- | srcs/compose/accent_circonflexe.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/srcs/compose/accent_circonflexe.json b/srcs/compose/accent_circonflexe.json index 448cc87..a16d063 100644 --- a/srcs/compose/accent_circonflexe.json +++ b/srcs/compose/accent_circonflexe.json @@ -1,4 +1,7 @@ { + "+": "⨣", + "≈": "⩯", + // latin "a": "â", "c": "ĉ", "e": "ê", @@ -9,7 +12,27 @@ "o": "ô", "ŝ": "ŝ", "u": "û", + "w": "ŵ", + "x": "x̂", + "y": "ŷ", "z": "ẑ", + // extended latin + "á": "ấ", + "à": "ầ", + "ã": "ẫ", + "ạ": "ậ", + "ả": "ẩ", + "é": "ế", + "è": "ề", + "ẽ": "ễ", + "ẹ": "ệ", + "ẻ": "ể", + "ó": "ố", + "ò": "ồ", + "ơ": "ổ", + "õ": "ỗ", + "ọ": "ộ", + // combining characters "а": "а\u0302", "е": "е\u0302", "и": "и\u0302", |
