Merge "Remove "settings" key popup from "slash" and "atmark" key"
commit
50cce07f59
|
@ -21,6 +21,46 @@
|
|||
<merge
|
||||
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>
|
||||
<case
|
||||
latin:mode="url"
|
||||
|
@ -50,17 +90,6 @@
|
|||
</case>
|
||||
<case
|
||||
latin:hasVoiceKey="false"
|
||||
>
|
||||
<switch>
|
||||
<case
|
||||
latin:hasSettingsKey="true"
|
||||
>
|
||||
<Key
|
||||
latin:keyLabel=","
|
||||
latin:isFunctional="true" />
|
||||
</case>
|
||||
<case
|
||||
latin:hasSettingsKey="false"
|
||||
>
|
||||
<Key
|
||||
latin:keyLabel=","
|
||||
|
@ -69,7 +98,7 @@
|
|||
latin:isFunctional="true" />
|
||||
</case>
|
||||
</switch>
|
||||
</case>
|
||||
</default>
|
||||
</switch>
|
||||
</default>
|
||||
</switch>
|
||||
|
|
Loading…
Reference in New Issue