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

Ignore settings key if it isn't adjecent to the space key on phone

Bug: 5759096
Change-Id: I1e1250d917e726e1931de3247ddc782b005ab5c1
parent b8c2c6e2
No related branches found
No related tags found
No related merge requests found
......@@ -25,8 +25,11 @@
<case
latin:hasSettingsKey="true"
>
<!-- Because this settings key is not adjacent to the space key, this key should be
just ignored while typing (altCode=CODE_DUMMY). -->
<Key
latin:keyStyle="settingsKeyStyle"
latin:altCode="@integer/key_dummy"
latin:keyWidth="9.2%p" />
</case>
<!-- hasSettingsKey="false" -->
......
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