mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-24 08:36:26 +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
|
||||
^ ↑ ↓ ← →
|
||||
° ′ ″
|
||||
= ≠ ≈ ∞
|
||||
= ≠ ⁼ ≈ ∞
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
@ -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
Reference in a new issue