mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-14 05:52:47 +00:00
Extend existing superscript symbols on popup keys (#902)
This commit is contained in:
parent
05e9af9bc6
commit
2150b399aa
3 changed files with 11 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue