Skip to content

Commit

Permalink
compose/accent_subscript.json: more subscript characters
Browse files Browse the repository at this point in the history
  • Loading branch information
quantenzitrone committed Sep 30, 2024
1 parent 246109e commit feaf80b
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions srcs/compose/accent_subscript.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
// arabic numbers
"0": "",
"1": "",
"2": "",
"3": "",
Expand All @@ -8,12 +10,13 @@
"7": "",
"8": "",
"9": "",
"0": "",
// math operators
"+": "",
"-": "",
"=": "",
"(": "",
")": "",
// latin
"a": "",
"e": "",
"h": "",
Expand All @@ -30,5 +33,13 @@
"t": "",
"u": "",
"v": "",
"x": ""
"x": "",
// extended latin
"ə": "",
// greek
"β": "",
"γ": "",
"ρ": "",
"φ": "",
"χ": ""
}

0 comments on commit feaf80b

Please sign in to comment.