Skip to content
Snippets Groups Projects
Commit 3b2171c8 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Add microphone key as long press of comma

Bug: 11637249
Change-Id: Ib6202484ad12c63c8a38d8e12432007ab56d4a30
parent a2a10964
No related branches found
No related tags found
No related merge requests found
......@@ -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>
<Key
latin:keyLabel="q"
latin:backgroundType="normal"
latin:additionalMoreKeys="!text/shortcut_as_more_key"
latin:keyStyle="f1MoreKeysStyle" />
<include
latin:keyXPos="25%p"
latin:keyboardLayout="@xml/key_space_5kw" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment