mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Remove "settings key" popup from "comma key"
Bug: 4196879 Change-Id: I119528c03526b47a1398d9efc2aa307eb0c07ffe
This commit is contained in:
parent
bdfb751d59
commit
494926fc2b
@ -51,11 +51,24 @@
|
||||
<case
|
||||
latin:hasVoiceKey="false"
|
||||
>
|
||||
<Key
|
||||
latin:keyLabel=","
|
||||
latin:keyHintIcon="@drawable/hint_popup"
|
||||
latin:popupCharacters="@string/alternates_for_settings_comma"
|
||||
latin:isModifier="true" />
|
||||
<switch>
|
||||
<case
|
||||
latin:hasSettingsKey="true"
|
||||
>
|
||||
<Key
|
||||
latin:keyLabel=","
|
||||
latin:isModifier="true" />
|
||||
</case>
|
||||
<case
|
||||
latin:hasSettingsKey="false"
|
||||
>
|
||||
<Key
|
||||
latin:keyLabel=","
|
||||
latin:keyHintIcon="@drawable/hint_popup"
|
||||
latin:popupCharacters="@string/alternates_for_settings_comma"
|
||||
latin:isModifier="true" />
|
||||
</case>
|
||||
</switch>
|
||||
</case>
|
||||
</switch>
|
||||
</default>
|
||||
|
Loading…
x
Reference in New Issue
Block a user