abouttreesummaryrefslogcommitdiff
path: root/srcs/compose/accent_dot_above.json
diff options
context:
space:
mode:
authorZitrone2024-10-05 09:06:24 +0000
committerGitHub2024-10-05 11:06:24 +0200
commit6fae23a4327a7144f496c0fe079ad9b40a1313e1 (patch)
tree5f5db2331027bba580f51cf4d11e56eedf24de8d /srcs/compose/accent_dot_above.json
parent6e2494ca0bf545a761eaa56bc1d0398875f239d8 (diff)
downloadunexpected-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_dot_above.json')
-rw-r--r--srcs/compose/accent_dot_above.json27
1 files changed, 26 insertions, 1 deletions
diff --git a/srcs/compose/accent_dot_above.json b/srcs/compose/accent_dot_above.json
index 12f2f58..b270a1d 100644
--- a/srcs/compose/accent_dot_above.json
+++ b/srcs/compose/accent_dot_above.json
@@ -17,5 +17,30 @@
"w": "ẇ",
"x": "ẋ",
"y": "ẏ",
- "z": "ż"
+ "z": "ż",
+ // remove dot since i and j already have one
+ "i": "ı",
+ "j": "ȷ",
+ // extended latin
+ "ā": "ǡ",
+ "ō": "ȱ",
+ "ś": "ṥ",
+ "ṣ": "ṩ",
+ "š": "ṧ",
+ "ſ": "ẛ",
+ // combining character
+ "k": "k\u0307",
+ "l": "l\u0307",
+ "q": "q\u0307",
+ "u": "u\u0307",
+ "v": "v\u0307",
+ // math
+ "∈": "⋵",
+ "⨯": "⨰",
+ "∧": "⩑",
+ "∨": "⩒",
+ "≡": "⩧",
+ "~": "⩪",
+ "⊆": "⫃",
+ "⊇": "⫄"
}