abouttreesummaryrefslogcommitdiff
path: root/srcs/compose/accent_subscript.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_subscript.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_subscript.json')
-rw-r--r--srcs/compose/accent_subscript.json15
1 files changed, 13 insertions, 2 deletions
diff --git a/srcs/compose/accent_subscript.json b/srcs/compose/accent_subscript.json
index 79a3c93..2cf2daf 100644
--- a/srcs/compose/accent_subscript.json
+++ b/srcs/compose/accent_subscript.json
@@ -1,4 +1,6 @@
{
+ // arabic numbers
+ "0": "₀",
"1": "₁",
"2": "₂",
"3": "₃",
@@ -8,12 +10,13 @@
"7": "₇",
"8": "₈",
"9": "₉",
- "0": "₀",
+ // math operators
"+": "₊",
"-": "₋",
"=": "₌",
"(": "₍",
")": "₎",
+ // latin
"a": "ₐ",
"e": "ₑ",
"h": "ₕ",
@@ -30,5 +33,13 @@
"t": "ₜ",
"u": "ᵤ",
"v": "ᵥ",
- "x": "ₓ"
+ "x": "ₓ",
+ // extended latin
+ "ə": "ₔ",
+ // greek
+ "β": "ᵦ",
+ "γ": "ᵧ",
+ "ρ": "ᵨ",
+ "φ": "ᵩ",
+ "χ": "ᵪ"
}