aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2011-12-15 10:08:33 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2011-12-15 10:08:33 -0800
commit0b910d79d2b640bb6c060f728c4dcd5e0f0339cc (patch)
treefdc4cce3d0e6e30533aa50d8cb82847a5624ff71 /java
parent5661e4e4a38a21baf61560dd865ba39f6fbe29f9 (diff)
parent5a39e527dde07cc4360234553c9bb75694ece1ef (diff)
downloadlatinime-0b910d79d2b640bb6c060f728c4dcd5e0f0339cc.tar.gz
latinime-0b910d79d2b640bb6c060f728c4dcd5e0f0339cc.tar.xz
latinime-0b910d79d2b640bb6c060f728c4dcd5e0f0339cc.zip
am 5a39e527: Ignore settings key if it isn\'t adjecent to the space key on phone
* commit '5a39e527dde07cc4360234553c9bb75694ece1ef': Ignore settings key if it isn't adjecent to the space key on phone
Diffstat (limited to 'java')
-rw-r--r--java/res/xml/kbd_settings_or_tab.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/java/res/xml/kbd_settings_or_tab.xml b/java/res/xml/kbd_settings_or_tab.xml
index 4a8bcc7a6..b947d18ad 100644
--- a/java/res/xml/kbd_settings_or_tab.xml
+++ b/java/res/xml/kbd_settings_or_tab.xml
@@ -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" -->