mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-29 19:18:07 +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
|
@ -14,10 +14,10 @@
|
||||||
$$$
|
$$$
|
||||||
_ % ‰
|
_ % ‰
|
||||||
&
|
&
|
||||||
- – — ·
|
- – ⁻ — ·
|
||||||
+ ±
|
+ ± ⁺
|
||||||
( < { [
|
( ⁽ < { [
|
||||||
) > } ]
|
) ⁾ > } ]
|
||||||
/
|
/
|
||||||
|
|
||||||
* † ‡ ★
|
* † ‡ ★
|
||||||
|
|
|
@ -15,7 +15,7 @@ $$$3
|
||||||
$$$4
|
$$$4
|
||||||
^ ↑ ↓ ← →
|
^ ↑ ↓ ← →
|
||||||
° ′ ″
|
° ′ ″
|
||||||
= ≠ ≈ ∞
|
= ≠ ⁼ ≈ ∞
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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(),
|
mutableListOf("⁹"),
|
||||||
mutableListOf("ⁿ", "∅"),
|
mutableListOf("⁰", "ⁿ", "∅"),
|
||||||
)
|
)
|
||||||
val hasZwnjKey = when (locale.language) { // todo: move to the info file
|
val hasZwnjKey = when (locale.language) { // todo: move to the info file
|
||||||
"fa", "ne", "kn", "te" -> true
|
"fa", "ne", "kn", "te" -> true
|
||||||
|
|
Loading…
Add table
Reference in a new issue