aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml/key_styles_common.xml
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2012-05-05 15:48:15 +0900
committerTadashi G. Takaoka <takaoka@google.com>2012-05-06 15:58:17 +0900
commitee8ac602e82affd7df1fcf4d5205138de85f431a (patch)
tree6527c6959453e24060d48c35d1eab229e5f16b85 /java/res/xml/key_styles_common.xml
parent03b423f313cccb85890346ec4e6e347335f89fbf (diff)
downloadlatinime-ee8ac602e82affd7df1fcf4d5205138de85f431a.tar.gz
latinime-ee8ac602e82affd7df1fcf4d5205138de85f431a.tar.xz
latinime-ee8ac602e82affd7df1fcf4d5205138de85f431a.zip
Preserve label case of to-symbol-key
Bug: 6443192 Change-Id: I66c3c13d43c04fef4731ad2b4edabd8cd32f9437
Diffstat (limited to 'java/res/xml/key_styles_common.xml')
-rw-r--r--java/res/xml/key_styles_common.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/res/xml/key_styles_common.xml b/java/res/xml/key_styles_common.xml
index 7981ab3a7..6b64985a6 100644
--- a/java/res/xml/key_styles_common.xml
+++ b/java/res/xml/key_styles_common.xml
@@ -165,7 +165,7 @@
latin:code="!code/key_switch_alpha_symbol"
latin:keyIcon="!icon/shortcut_for_label"
latin:keyLabel="!text/label_to_symbol_with_microphone_key"
- latin:keyLabelFlags="withIconRight"
+ latin:keyLabelFlags="withIconRight|preserveCase"
latin:keyActionFlags="noKeyPreview"
latin:backgroundType="functional" />
</case>
@@ -174,6 +174,7 @@
latin:styleName="toSymbolKeyStyle"
latin:code="!code/key_switch_alpha_symbol"
latin:keyLabel="!text/label_to_symbol_key"
+ latin:keyLabelFlags="preserveCase"
latin:keyActionFlags="noKeyPreview"
latin:backgroundType="functional" />
</default>