mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Suppress more keys that share the same meaning with the parent key's imeAction
Bug: 6080806 Change-Id: Ifc3145fd79f10b39442b95432a8d19a624c2fdfd
This commit is contained in:
parent
49079df8ec
commit
c7b0105114
@ -32,6 +32,13 @@
|
||||
latin:keyLabelFlags="hasPopupHint|preserveCase"
|
||||
latin:moreKeys="@string/action_previous_as_more_key" />
|
||||
</case>
|
||||
<case
|
||||
latin:imeAction="actionNext"
|
||||
latin:navigatePrevious="false"
|
||||
>
|
||||
<key-style
|
||||
latin:styleName="navigateMoreKeysStyle" />
|
||||
</case>
|
||||
<case
|
||||
latin:imeAction="actionPrevious"
|
||||
latin:navigateNext="true"
|
||||
@ -41,6 +48,13 @@
|
||||
latin:keyLabelFlags="hasPopupHint|preserveCase"
|
||||
latin:moreKeys="@string/action_next_as_more_key" />
|
||||
</case>
|
||||
<case
|
||||
latin:imeAction="actionPrevious"
|
||||
latin:navigateNext="false"
|
||||
>
|
||||
<key-style
|
||||
latin:styleName="navigateMoreKeysStyle" />
|
||||
</case>
|
||||
<!-- imeAction!="actionNext" and imeAction!="actionPrevious" -->
|
||||
<case
|
||||
latin:navigateNext="true"
|
||||
|
Loading…
x
Reference in New Issue
Block a user