mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Fix keyboard layout
- Show "..." on enter key if it has long-pressing emoji key - Show enter key on symbols shift keyboard Bug: 11262889 Bug: 11263464 Change-Id: If84d0cc621b12e1bf3a3102b1f09cbaedf92f007
This commit is contained in:
parent
08360a5434
commit
c43738069a
@ -70,5 +70,7 @@
|
||||
latin:keyWidth="10%p" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/row_symbols_shift4" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_f2" />
|
||||
</Row>
|
||||
</merge>
|
||||
|
@ -190,6 +190,7 @@
|
||||
>
|
||||
<key-style
|
||||
latin:styleName="navigateMoreKeysStyle"
|
||||
latin:keyLabelFlags="hasPopupHint|preserveCase"
|
||||
latin:moreKeys="!text/emoji_key_as_more_key" />
|
||||
</case>
|
||||
<case
|
||||
@ -207,6 +208,7 @@
|
||||
>
|
||||
<key-style
|
||||
latin:styleName="navigateMoreKeysStyle"
|
||||
latin:keyLabelFlags="hasPopupHint|preserveCase"
|
||||
latin:moreKeys="!text/emoji_key_as_more_key" />
|
||||
</case>
|
||||
<case
|
||||
@ -242,6 +244,7 @@
|
||||
>
|
||||
<key-style
|
||||
latin:styleName="navigateMoreKeysStyle"
|
||||
latin:keyLabelFlags="hasPopupHint|preserveCase"
|
||||
latin:moreKeys="!text/emoji_key_as_more_key" />
|
||||
</case>
|
||||
<default>
|
||||
|
@ -23,8 +23,4 @@
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_space_symbols" />
|
||||
<include latin:keyboardLayout="@xml/keys_comma_period" />
|
||||
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_f2" />
|
||||
|
||||
</merge>
|
||||
|
@ -60,5 +60,8 @@
|
||||
latin:keyWidth="15%p" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/row_symbols_shift4" />
|
||||
<Key
|
||||
latin:keyStyle="enterKeyStyle"
|
||||
latin:keyWidth="fillRight" />
|
||||
</Row>
|
||||
</merge>
|
||||
|
Loading…
Reference in New Issue
Block a user