Extend existing superscript symbols on popup keys (#902)

This commit is contained in:
b02860de585071a2 2024-06-30 00:49:55 -06:00 committed by GitHub
parent 05e9af9bc6
commit 2150b399aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 11 additions and 11 deletions

View file

@ -14,10 +14,10 @@
$$$
_ % ‰
&
- — ·
+ ±
( < { [
) > } ]
- — ·
+ ±
( < { [
) > } ]
/
* † ‡ ★

View file

@ -15,7 +15,7 @@ $$$3
$$$4
^ ↑ ↓ ← →
°
= ≠ ≈ ∞
= ≠ ≈ ∞
{
}

View file

@ -37,12 +37,12 @@ class LocaleKeyboardInfos(dataStream: InputStream?, locale: Locale) {
mutableListOf("²", ""),
mutableListOf("³", "¾", ""),
mutableListOf(""),
mutableListOf(""),
mutableListOf(),
mutableListOf(""),
mutableListOf(),
mutableListOf(),
mutableListOf("", ""),
mutableListOf("", ""),
mutableListOf(""),
mutableListOf("", ""),
mutableListOf(""),
mutableListOf(""),
mutableListOf("", "", ""),
)
val hasZwnjKey = when (locale.language) { // todo: move to the info file
"fa", "ne", "kn", "te" -> true