Ignore settings key if it isn't adjecent to the space key on phone
Bug: 5759096 Change-Id: I1e1250d917e726e1931de3247ddc782b005ab5c1
This commit is contained in:
parent
b8c2c6e2ec
commit
5a39e527dd
1 changed files with 3 additions and 0 deletions
|
@ -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" -->
|
||||
|
|
Loading…
Reference in a new issue