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_aigu.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_aigu.json')
| -rw-r--r-- | srcs/compose/accent_aigu.json | 37 |
1 files changed, 36 insertions, 1 deletions
diff --git a/srcs/compose/accent_aigu.json b/srcs/compose/accent_aigu.json index bfc04b8..f34b90c 100644 --- a/srcs/compose/accent_aigu.json +++ b/srcs/compose/accent_aigu.json @@ -1,17 +1,52 @@ { + // latin "a": "á", "c": "ć", "e": "é", + "g": "ǵ", "i": "í", + "k": "ḱ", "l": "ĺ", - "ń": "ń", + "m": "ḿ", + "n": "ń", "o": "ó", + "p": "ṕ", "r": "ŕ", "s": "ś", "u": "ú", + "w": "ẃ", "y": "ý", "z": "ź", + // extended latin (multiple diacritics) + "â": "ấ", + "ă": "ắ", + "å": "ǻ", + "æ": "ǽ", + "ç": "ḉ", + "ê": "ế", + "ē": "ḗ", + "ï": "ḯ", + "ô": "ố", + "ơ": "ớ", + "õ": "ṍ", + "ō": "ṓ", + "ø": "ǿ", + "ṡ": "ṥ", "ü": "ǘ", + "ư": "ứ", + "ũ": "ṹ", + // greek + "α": "ά", + "ε": "έ", + "η": "ή", + "ι": "ί", + "ο": "ό", + "υ": "ύ", + // cyrillic + "к": "ќ", + "г": "ѓ", + // combining character + "ą": "ą\u0301", "j": "j\u0301", "у": "у\u0301", "е": "е\u0301", |
