aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml/key_styles_common.xml
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2012-04-26 15:14:25 +0900
committerTadashi G. Takaoka <takaoka@google.com>2012-04-26 15:20:23 +0900
commit41398ba26527b13d287f856389d3489ec892ee82 (patch)
treee50d753873627f247dd7bf992dba10e98b27ac5c /java/res/xml/key_styles_common.xml
parent27b42ced86e1c85de3d59d91a9e5c577fa552569 (diff)
downloadlatinime-41398ba26527b13d287f856389d3489ec892ee82.tar.gz
latinime-41398ba26527b13d287f856389d3489ec892ee82.tar.xz
latinime-41398ba26527b13d287f856389d3489ec892ee82.zip
Show settings key when noMicrophone option is enabled on PC QWERTY
Change-Id: Ib419a597e218af347e5d5da19f5ca8b3db8548c7
Diffstat (limited to 'java/res/xml/key_styles_common.xml')
-rw-r--r--java/res/xml/key_styles_common.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/java/res/xml/key_styles_common.xml b/java/res/xml/key_styles_common.xml
index f0e9170e1..7981ab3a7 100644
--- a/java/res/xml/key_styles_common.xml
+++ b/java/res/xml/key_styles_common.xml
@@ -126,6 +126,13 @@
latin:altCode="!code/key_space"
latin:parentStyle="f1MoreKeysStyle" />
<key-style
+ latin:styleName="settingsKeyStyle"
+ latin:code="!code/key_settings"
+ latin:keyIcon="!icon/settings_key"
+ latin:keyActionFlags="noKeyPreview|altCodeWhileTyping"
+ latin:altCode="!code/key_space"
+ latin:backgroundType="functional" />
+ <key-style
latin:styleName="languageSwitchKeyStyle"
latin:code="!code/key_language_switch"
latin:keyIcon="!icon/language_switch_key"