aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml/keys_parentheses.xml
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2012-02-07 20:42:07 +0900
committerTadashi G. Takaoka <takaoka@google.com>2012-02-07 22:34:20 +0900
commitc217dc9237e5d1e1e721b9007139d771dcb41145 (patch)
tree848e3ef9bab4a685579fcec051f52df4cbf5ad9b /java/res/xml/keys_parentheses.xml
parent69f672a4b3283b5760e60e7341c20120080c2e56 (diff)
downloadlatinime-c217dc9237e5d1e1e721b9007139d771dcb41145.tar.gz
latinime-c217dc9237e5d1e1e721b9007139d771dcb41145.tar.xz
latinime-c217dc9237e5d1e1e721b9007139d771dcb41145.zip
Convert one letter Key.outputText to Key.code
This change also uses Key.code instead of Key.outputText for the variety of parentheses keys taht introduced by I85998f17. Bug: 5975484 Change-Id: I86879c9942d264edc71e5893325a2f582763d12f
Diffstat (limited to 'java/res/xml/keys_parentheses.xml')
-rw-r--r--java/res/xml/keys_parentheses.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/res/xml/keys_parentheses.xml b/java/res/xml/keys_parentheses.xml
index bacb26d2f..6853bf167 100644
--- a/java/res/xml/keys_parentheses.xml
+++ b/java/res/xml/keys_parentheses.xml
@@ -23,10 +23,10 @@
>
<Key
latin:keyLabel="("
- latin:keyOutputText="@string/output_text_for_left_parenthesis"
+ latin:code="@integer/keycode_for_left_parenthesis"
latin:moreKeys="@string/more_keys_for_left_parenthesis" />
<Key
latin:keyLabel=")"
- latin:keyOutputText="@string/output_text_for_right_parenthesis"
+ latin:code="@integer/keycode_for_right_parenthesis"
latin:moreKeys="@string/more_keys_for_right_parenthesis" />
</merge>