diff options
author | 2012-04-20 04:35:04 +0900 | |
---|---|---|
committer | 2012-04-20 13:20:08 +0900 | |
commit | 2f16fd40faab7287dfcae4899050b9df360d0c29 (patch) | |
tree | 0586e23ec898ea3d373f41e49c2bbc6e62f76f87 /java/res/xml-sw768dp | |
parent | 9d9b44dc67cf808e6c6c73374f4c85133a77f18c (diff) | |
download | latinime-2f16fd40faab7287dfcae4899050b9df360d0c29.tar.gz latinime-2f16fd40faab7287dfcae4899050b9df360d0c29.tar.xz latinime-2f16fd40faab7287dfcae4899050b9df360d0c29.zip |
Make KeySpecParser case insensitive
Change-Id: I76c3e9179dd8777d3cf3138ad76513d83672debf
Diffstat (limited to 'java/res/xml-sw768dp')
-rw-r--r-- | java/res/xml-sw768dp/key_styles_common.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/java/res/xml-sw768dp/key_styles_common.xml b/java/res/xml-sw768dp/key_styles_common.xml index c3e2fd93d..596bccb47 100644 --- a/java/res/xml-sw768dp/key_styles_common.xml +++ b/java/res/xml-sw768dp/key_styles_common.xml @@ -97,7 +97,6 @@ latin:code="!code/key_shortcut" latin:keyIcon="iconShortcutKey" latin:keyIconDisabled="iconDisabledShortcutKey" - latin:keyLabelFlags="preserveCase" latin:keyActionFlags="noKeyPreview|altCodeWhileTyping" latin:backgroundType="functional" /> <key-style @@ -131,7 +130,7 @@ latin:styleName="toSymbolKeyStyle" latin:code="!code/key_switch_alpha_symbol" latin:keyLabel="!label/label_to_symbol_key" - latin:keyLabelFlags="fontNormal|preserveCase" + latin:keyLabelFlags="fontNormal" latin:keyActionFlags="noKeyPreview" latin:backgroundType="functional" /> <key-style @@ -145,14 +144,14 @@ latin:styleName="toMoreSymbolKeyStyle" latin:code="!code/key_shift" latin:keyLabel="!label/label_to_more_symbol_for_tablet_key" - latin:keyLabelFlags="fontNormal|preserveCase" + latin:keyLabelFlags="fontNormal" latin:keyActionFlags="noKeyPreview" latin:backgroundType="functional" /> <key-style latin:styleName="backFromMoreSymbolKeyStyle" latin:code="!code/key_shift" latin:keyLabel="!label/label_to_symbol_key" - latin:keyLabelFlags="fontNormal|preserveCase" + latin:keyLabelFlags="fontNormal" latin:keyActionFlags="noKeyPreview" latin:backgroundType="functional" /> <key-style |