Merge "Remove "settings" key popup from "slash" and "atmark" key"
commit
50cce07f59
|
@ -23,44 +23,73 @@
|
||||||
>
|
>
|
||||||
<switch>
|
<switch>
|
||||||
<case
|
<case
|
||||||
latin:mode="url"
|
latin:hasSettingsKey="true"
|
||||||
>
|
>
|
||||||
<Key
|
|
||||||
latin:keyLabel="/"
|
|
||||||
latin:keyHintIcon="@drawable/hint_popup"
|
|
||||||
latin:popupCharacters="@string/alternates_for_settings_slash"
|
|
||||||
latin:isFunctional="true" />
|
|
||||||
</case>
|
|
||||||
<case
|
|
||||||
latin:mode="email"
|
|
||||||
>
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="\@"
|
|
||||||
latin:keyHintIcon="@drawable/hint_popup"
|
|
||||||
latin:popupCharacters="@string/alternates_for_settings_at"
|
|
||||||
latin:isFunctional="true" />
|
|
||||||
</case>
|
|
||||||
<default>
|
|
||||||
<switch>
|
<switch>
|
||||||
<case
|
<case
|
||||||
latin:hasVoiceKey="true"
|
latin:mode="url"
|
||||||
>
|
>
|
||||||
<Key
|
<Key
|
||||||
latin:keyStyle="micKeyStyle" />
|
latin:keyLabel="/"
|
||||||
|
latin:isFunctional="true" />
|
||||||
</case>
|
</case>
|
||||||
<case
|
<case
|
||||||
latin:hasVoiceKey="false"
|
latin:mode="email"
|
||||||
>
|
>
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="\@"
|
||||||
|
latin:isFunctional="true" />
|
||||||
|
</case>
|
||||||
|
<default>
|
||||||
<switch>
|
<switch>
|
||||||
<case
|
<case
|
||||||
latin:hasSettingsKey="true"
|
latin:hasVoiceKey="true"
|
||||||
|
>
|
||||||
|
<Key
|
||||||
|
latin:keyStyle="micKeyStyle" />
|
||||||
|
</case>
|
||||||
|
<case
|
||||||
|
latin:hasVoiceKey="false"
|
||||||
>
|
>
|
||||||
<Key
|
<Key
|
||||||
latin:keyLabel=","
|
latin:keyLabel=","
|
||||||
latin:isFunctional="true" />
|
latin:isFunctional="true" />
|
||||||
</case>
|
</case>
|
||||||
|
</switch>
|
||||||
|
</default>
|
||||||
|
</switch>
|
||||||
|
</case>
|
||||||
|
<!-- latin:hasSettingsKey="false" -->
|
||||||
|
<default>
|
||||||
|
<switch>
|
||||||
|
<case
|
||||||
|
latin:mode="url"
|
||||||
|
>
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="/"
|
||||||
|
latin:keyHintIcon="@drawable/hint_popup"
|
||||||
|
latin:popupCharacters="@string/alternates_for_settings_slash"
|
||||||
|
latin:isFunctional="true" />
|
||||||
|
</case>
|
||||||
|
<case
|
||||||
|
latin:mode="email"
|
||||||
|
>
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="\@"
|
||||||
|
latin:keyHintIcon="@drawable/hint_popup"
|
||||||
|
latin:popupCharacters="@string/alternates_for_settings_at"
|
||||||
|
latin:isFunctional="true" />
|
||||||
|
</case>
|
||||||
|
<default>
|
||||||
|
<switch>
|
||||||
<case
|
<case
|
||||||
latin:hasSettingsKey="false"
|
latin:hasVoiceKey="true"
|
||||||
|
>
|
||||||
|
<Key
|
||||||
|
latin:keyStyle="micKeyStyle" />
|
||||||
|
</case>
|
||||||
|
<case
|
||||||
|
latin:hasVoiceKey="false"
|
||||||
>
|
>
|
||||||
<Key
|
<Key
|
||||||
latin:keyLabel=","
|
latin:keyLabel=","
|
||||||
|
@ -69,7 +98,7 @@
|
||||||
latin:isFunctional="true" />
|
latin:isFunctional="true" />
|
||||||
</case>
|
</case>
|
||||||
</switch>
|
</switch>
|
||||||
</case>
|
</default>
|
||||||
</switch>
|
</switch>
|
||||||
</default>
|
</default>
|
||||||
</switch>
|
</switch>
|
||||||
|
|
Loading…
Reference in New Issue