Merge "Remove "settings" key popup from "slash" and "atmark" key"
commit
50cce07f59
|
@ -21,6 +21,46 @@
|
||||||
<merge
|
<merge
|
||||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||||
>
|
>
|
||||||
|
<switch>
|
||||||
|
<case
|
||||||
|
latin:hasSettingsKey="true"
|
||||||
|
>
|
||||||
|
<switch>
|
||||||
|
<case
|
||||||
|
latin:mode="url"
|
||||||
|
>
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="/"
|
||||||
|
latin:isFunctional="true" />
|
||||||
|
</case>
|
||||||
|
<case
|
||||||
|
latin:mode="email"
|
||||||
|
>
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="\@"
|
||||||
|
latin:isFunctional="true" />
|
||||||
|
</case>
|
||||||
|
<default>
|
||||||
|
<switch>
|
||||||
|
<case
|
||||||
|
latin:hasVoiceKey="true"
|
||||||
|
>
|
||||||
|
<Key
|
||||||
|
latin:keyStyle="micKeyStyle" />
|
||||||
|
</case>
|
||||||
|
<case
|
||||||
|
latin:hasVoiceKey="false"
|
||||||
|
>
|
||||||
|
<Key
|
||||||
|
latin:keyLabel=","
|
||||||
|
latin:isFunctional="true" />
|
||||||
|
</case>
|
||||||
|
</switch>
|
||||||
|
</default>
|
||||||
|
</switch>
|
||||||
|
</case>
|
||||||
|
<!-- latin:hasSettingsKey="false" -->
|
||||||
|
<default>
|
||||||
<switch>
|
<switch>
|
||||||
<case
|
<case
|
||||||
latin:mode="url"
|
latin:mode="url"
|
||||||
|
@ -50,17 +90,6 @@
|
||||||
</case>
|
</case>
|
||||||
<case
|
<case
|
||||||
latin:hasVoiceKey="false"
|
latin:hasVoiceKey="false"
|
||||||
>
|
|
||||||
<switch>
|
|
||||||
<case
|
|
||||||
latin:hasSettingsKey="true"
|
|
||||||
>
|
|
||||||
<Key
|
|
||||||
latin:keyLabel=","
|
|
||||||
latin:isFunctional="true" />
|
|
||||||
</case>
|
|
||||||
<case
|
|
||||||
latin:hasSettingsKey="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