diff options
author | 2012-04-23 09:37:15 -0700 | |
---|---|---|
committer | 2012-04-23 09:37:15 -0700 | |
commit | 9a7cdb2051ad7b73dcd5c49655bef5914f60cda1 (patch) | |
tree | 5ff5f6216f9f20d966f4c73f6258620660046006 /java/res/xml-sw768dp | |
parent | bebcae8ff59c7981665d66d3b35ee804d5960631 (diff) | |
parent | 0b27e788fea1000271af65e02921312de6b32e2f (diff) | |
download | latinime-9a7cdb2051ad7b73dcd5c49655bef5914f60cda1.tar.gz latinime-9a7cdb2051ad7b73dcd5c49655bef5914f60cda1.tar.xz latinime-9a7cdb2051ad7b73dcd5c49655bef5914f60cda1.zip |
Merge "Remove alt-code-while-typing from tablet"
Diffstat (limited to 'java/res/xml-sw768dp')
-rw-r--r-- | java/res/xml-sw768dp/key_styles_common.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/res/xml-sw768dp/key_styles_common.xml b/java/res/xml-sw768dp/key_styles_common.xml index 6cb160b6a..2577e1651 100644 --- a/java/res/xml-sw768dp/key_styles_common.xml +++ b/java/res/xml-sw768dp/key_styles_common.xml @@ -97,13 +97,13 @@ 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="settingsKeyStyle" latin:code="!code/key_settings" latin:keyIcon="!icon/settings_key" - latin:keyActionFlags="noKeyPreview|altCodeWhileTyping" + latin:keyActionFlags="noKeyPreview" latin:backgroundType="functional" /> <switch> <case |