Add microphone key as long press of comma
Bug: 11637249 Change-Id: Ib6202484ad12c63c8a38d8e12432007ab56d4a30
This commit is contained in:
parent
a2a1096406
commit
3b2171c898
2 changed files with 6 additions and 37 deletions
|
@ -47,7 +47,7 @@
|
|||
<Key
|
||||
latin:keyLabel="!text/keylabel_for_comma"
|
||||
latin:keyLabelFlags="hasPopupHint"
|
||||
latin:additionalMoreKeys="!text/more_keys_for_comma"
|
||||
latin:additionalMoreKeys="!text/more_keys_for_comma,!text/shortcut_as_more_key"
|
||||
latin:keyStyle="f1MoreKeysStyle" />
|
||||
</default>
|
||||
</switch>
|
||||
|
|
|
@ -27,42 +27,11 @@
|
|||
<Key
|
||||
latin:keyStyle="toSymbolKeyStyle"
|
||||
latin:keyWidth="15%p" />
|
||||
<switch>
|
||||
<case
|
||||
latin:hasShortcutKey="true"
|
||||
latin:keyboardLayoutSetElement="alphabet"
|
||||
>
|
||||
<Key
|
||||
latin:keyLabel="q"
|
||||
latin:backgroundType="normal"
|
||||
latin:additionalMoreKeys="!text/shortcut_as_more_key"
|
||||
latin:keyStyle="f1MoreKeysStyle" />
|
||||
</case>
|
||||
<case
|
||||
latin:hasShortcutKey="true"
|
||||
>
|
||||
<Key
|
||||
latin:keyLabel="Q"
|
||||
latin:backgroundType="normal"
|
||||
latin:additionalMoreKeys="!text/shortcut_as_more_key"
|
||||
latin:keyStyle="f1MoreKeysStyle" />
|
||||
</case>
|
||||
<!-- latin:hasShortcutKey="false" -->
|
||||
<case
|
||||
latin:keyboardLayoutSetElement="alphabet"
|
||||
>
|
||||
<Key
|
||||
latin:keyLabel="q"
|
||||
latin:backgroundType="normal"
|
||||
latin:keyStyle="f1MoreKeysStyle" />
|
||||
</case>
|
||||
<default>
|
||||
<Key
|
||||
latin:keyLabel="Q"
|
||||
latin:backgroundType="normal"
|
||||
latin:keyStyle="f1MoreKeysStyle" />
|
||||
</default>
|
||||
</switch>
|
||||
<include
|
||||
latin:keyXPos="25%p"
|
||||
latin:keyboardLayout="@xml/key_space_5kw" />
|
||||
|
|
Loading…
Reference in a new issue