diff options
author | 2012-04-23 13:52:26 +0900 | |
---|---|---|
committer | 2012-04-25 16:34:59 +0900 | |
commit | 49caddbdabe5ca666bdef9f842f134e30e7ffed9 (patch) | |
tree | d4fa863897299c59605b0ea912fa59b29ddcc884 /java/res/xml/key_styles_common.xml | |
parent | cbaf6d85f185ef34649825412dcc080b587fcf08 (diff) | |
download | latinime-49caddbdabe5ca666bdef9f842f134e30e7ffed9.tar.gz latinime-49caddbdabe5ca666bdef9f842f134e30e7ffed9.tar.xz latinime-49caddbdabe5ca666bdef9f842f134e30e7ffed9.zip |
Support PC QWERTY layout
Bug: 4460018
Change-Id: I9a29f6a322af66f6a152fa1883b3686c5f7a3328
Diffstat (limited to 'java/res/xml/key_styles_common.xml')
-rw-r--r-- | java/res/xml/key_styles_common.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/res/xml/key_styles_common.xml b/java/res/xml/key_styles_common.xml index 4341b7903..f0e9170e1 100644 --- a/java/res/xml/key_styles_common.xml +++ b/java/res/xml/key_styles_common.xml @@ -147,8 +147,8 @@ latin:keyIconPreview="!icon/tab_key_preview" /> <switch> <!-- When this qwerty keyboard has no shortcut keys but shortcut key is enabled, then symbol - keyboard will have a shortcut key. That means we should use - iconToSymbolKeyWithShortcutKey here. --> + keyboard will have a shortcut key. That means we should use label_to_symbol_key label + and shortcut_for_label icon. --> <case latin:shortcutKeyEnabled="true" latin:hasShortcutKey="false" |