diff options
author | 2012-04-23 20:25:16 +0900 | |
---|---|---|
committer | 2012-04-23 20:25:16 +0900 | |
commit | 0b27e788fea1000271af65e02921312de6b32e2f (patch) | |
tree | e262c3bb5b29796fd58971cfee39350c4a4fb526 /java/res/xml-sw600dp/key_styles_common.xml | |
parent | 5f1d71fbc886bddef6e88549b33beb3b550bec50 (diff) | |
download | latinime-0b27e788fea1000271af65e02921312de6b32e2f.tar.gz latinime-0b27e788fea1000271af65e02921312de6b32e2f.tar.xz latinime-0b27e788fea1000271af65e02921312de6b32e2f.zip |
Remove alt-code-while-typing from tablet
Change-Id: I4471d10e3f7c681c27805b966869c0b47508329f
Diffstat (limited to 'java/res/xml-sw600dp/key_styles_common.xml')
-rw-r--r-- | java/res/xml-sw600dp/key_styles_common.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/res/xml-sw600dp/key_styles_common.xml b/java/res/xml-sw600dp/key_styles_common.xml index bf392a33c..884cea1b6 100644 --- a/java/res/xml-sw600dp/key_styles_common.xml +++ b/java/res/xml-sw600dp/key_styles_common.xml @@ -98,7 +98,7 @@ latin:code="!code/key_shortcut" latin:keyIcon="!icon/shortcut_key" latin:keyIconDisabled="!icon/shortcut_key_disabled" - latin:keyActionFlags="noKeyPreview|altCodeWhileTyping" + latin:keyActionFlags="noKeyPreview" latin:backgroundType="functional" /> <key-style latin:styleName="languageSwitchKeyStyle" @@ -110,7 +110,7 @@ latin:styleName="settingsKeyStyle" latin:code="!code/key_settings" latin:keyIcon="!icon/settings_key" - latin:keyActionFlags="noKeyPreview|altCodeWhileTyping" + latin:keyActionFlags="noKeyPreview" latin:backgroundType="functional" /> <switch> <case |