mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-21 14:49:10 +00:00
Added ":" and ";" signs for Number pad in portrait mode (#104)
This commit is contained in:
parent
d53d9a824d
commit
a81726f8dc
1 changed files with 3 additions and 1 deletions
|
@ -123,7 +123,9 @@
|
|||
latin:keyActionFlags="noKeyPreview"
|
||||
latin:keyWidth="13.33333%p" />
|
||||
<!-- . "." PERIOD SIGN -->
|
||||
<!-- : ":" COLON SIGN -->
|
||||
<!-- … "..." ELLIPSIS SIGN -->
|
||||
<!-- ; ";" SEMICOLON SIGN -->
|
||||
<!-- ∞ "∞" INFINITY -->
|
||||
<!-- π "π" GREEK SMALL LETTER PI -->
|
||||
<!-- √ "√" SQUARE ROOT -->
|
||||
|
@ -131,7 +133,7 @@
|
|||
<!-- ^ "^" CIRCUMFLEX ACCENT -->
|
||||
<Key
|
||||
latin:keySpec="."
|
||||
latin:additionalMoreKeys="…,∞,π,√,°,^"
|
||||
latin:additionalMoreKeys=":,…,;,∞,π,√,°,^"
|
||||
latin:backgroundType="functional"
|
||||
latin:keyActionFlags="noKeyPreview"
|
||||
latin:keyWidth="10%p" />
|
||||
|
|
Loading…
Add table
Reference in a new issue