diff options
author | 2012-02-08 20:09:39 +0900 | |
---|---|---|
committer | 2012-02-08 20:09:39 +0900 | |
commit | 5962312b0724d8546ef76e3cd065b7baf578822f (patch) | |
tree | b00eb73eee9e944d843080de903ad4d2ff28988f /java/res/xml-sw600dp | |
parent | 7a39bd4454664b5c37b30e9b5362ddbcdce3b374 (diff) | |
download | latinime-5962312b0724d8546ef76e3cd065b7baf578822f.tar.gz latinime-5962312b0724d8546ef76e3cd065b7baf578822f.tar.xz latinime-5962312b0724d8546ef76e3cd065b7baf578822f.zip |
Custom action label should be a part of keyboard identifier
Change-Id: Ia14cabc3d49fbdcb11dd00225d225fbb91cc4012
Diffstat (limited to 'java/res/xml-sw600dp')
-rw-r--r-- | java/res/xml-sw600dp/key_styles_common.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/res/xml-sw600dp/key_styles_common.xml b/java/res/xml-sw600dp/key_styles_common.xml index 81334c9e9..e524aa381 100644 --- a/java/res/xml-sw600dp/key_styles_common.xml +++ b/java/res/xml-sw600dp/key_styles_common.xml @@ -111,6 +111,7 @@ latin:code="@integer/key_shortcut" latin:keyIcon="iconShortcutKey" latin:keyIconDisabled="iconDisabledShortcutKey" + latin:keyLabelFlags="preserveCase" latin:keyActionFlags="noKeyPreview|altCodeWhileTyping" latin:parentStyle="f2PopupStyle" /> <key-style |