mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-28 10:38:08 +00:00
LatinIME: Update the number pad
* Shuffle buttons to match other keyboards Change-Id: I7ba42cc70127086f2082d7d311af30a7e09ca0a1
This commit is contained in:
parent
9dd8dec55e
commit
5d2696e725
1 changed files with 29 additions and 34 deletions
|
@ -49,35 +49,9 @@
|
||||||
<Key
|
<Key
|
||||||
latin:keySpec="6"
|
latin:keySpec="6"
|
||||||
latin:keyStyle="numKeyStyle" />
|
latin:keyStyle="numKeyStyle" />
|
||||||
<switch>
|
<Key
|
||||||
<case
|
latin:keyStyle="numSpaceKeyStyle"
|
||||||
latin:mode="date"
|
latin:keyWidth="fillRight" />
|
||||||
>
|
|
||||||
<Key
|
|
||||||
latin:keySpec="."
|
|
||||||
latin:keyStyle="numKeyStyle"
|
|
||||||
latin:backgroundType="functional"
|
|
||||||
latin:keyWidth="fillRight" />
|
|
||||||
</case>
|
|
||||||
<case
|
|
||||||
latin:mode="time|datetime"
|
|
||||||
>
|
|
||||||
<Key
|
|
||||||
latin:keySpec="."
|
|
||||||
latin:moreKeys="!text/morekeys_am_pm"
|
|
||||||
latin:keyLabelFlags="hasPopupHint"
|
|
||||||
latin:keyStyle="numKeyStyle"
|
|
||||||
latin:backgroundType="functional"
|
|
||||||
latin:keyWidth="fillRight" />
|
|
||||||
</case>
|
|
||||||
<default>
|
|
||||||
<Key
|
|
||||||
latin:keySpec=","
|
|
||||||
latin:keyStyle="numKeyStyle"
|
|
||||||
latin:backgroundType="functional"
|
|
||||||
latin:keyWidth="fillRight" />
|
|
||||||
</default>
|
|
||||||
</switch>
|
|
||||||
</Row>
|
</Row>
|
||||||
<Row>
|
<Row>
|
||||||
<Key
|
<Key
|
||||||
|
@ -94,6 +68,32 @@
|
||||||
latin:keyWidth="fillRight" />
|
latin:keyWidth="fillRight" />
|
||||||
</Row>
|
</Row>
|
||||||
<Row>
|
<Row>
|
||||||
|
<switch>
|
||||||
|
<case
|
||||||
|
latin:mode="date"
|
||||||
|
>
|
||||||
|
<Key
|
||||||
|
latin:keySpec="."
|
||||||
|
latin:keyStyle="numKeyStyle" />
|
||||||
|
</case>
|
||||||
|
<case
|
||||||
|
latin:mode="time|datetime"
|
||||||
|
>
|
||||||
|
<Key
|
||||||
|
latin:keySpec="."
|
||||||
|
latin:moreKeys="!text/morekeys_am_pm"
|
||||||
|
latin:keyLabelFlags="hasPopupHint"
|
||||||
|
latin:keyStyle="numKeyStyle" />
|
||||||
|
</case>
|
||||||
|
<default>
|
||||||
|
<Key
|
||||||
|
latin:keySpec=","
|
||||||
|
latin:keyStyle="numKeyStyle" />
|
||||||
|
</default>
|
||||||
|
</switch>
|
||||||
|
<Key
|
||||||
|
latin:keySpec="0"
|
||||||
|
latin:keyStyle="numKeyStyle" />
|
||||||
<switch>
|
<switch>
|
||||||
<case
|
<case
|
||||||
latin:mode="date"
|
latin:mode="date"
|
||||||
|
@ -123,11 +123,6 @@
|
||||||
latin:keyStyle="numKeyStyle" />
|
latin:keyStyle="numKeyStyle" />
|
||||||
</default>
|
</default>
|
||||||
</switch>
|
</switch>
|
||||||
<Key
|
|
||||||
latin:keySpec="0"
|
|
||||||
latin:keyStyle="numKeyStyle" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="numSpaceKeyStyle" />
|
|
||||||
<Key
|
<Key
|
||||||
latin:keyStyle="enterKeyStyle"
|
latin:keyStyle="enterKeyStyle"
|
||||||
latin:keyWidth="fillRight" />
|
latin:keyWidth="fillRight" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue