aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml/keys_parentheses.xml
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-02-10 17:48:35 +0900
committerTadashi G. Takaoka <takaoka@google.com>2014-02-13 17:32:09 +0900
commit7ae6721ffad1e79ee446de87d13f18a27619830b (patch)
treed86c62c90e8cd094f564ebc1c9591766e7afcf82 /java/res/xml/keys_parentheses.xml
parent3cb77678f52d343aff03cd9facf5379c7ef7e519 (diff)
downloadlatinime-7ae6721ffad1e79ee446de87d13f18a27619830b.tar.gz
latinime-7ae6721ffad1e79ee446de87d13f18a27619830b.tar.xz
latinime-7ae6721ffad1e79ee446de87d13f18a27619830b.zip
Remove RTL aware !code and add corresponding !text
Change-Id: I9021c8fa1cf2d4ac07579237a939c15551509a0b
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 ab33ef561..73105d837 100644
--- a/java/res/xml/keys_parentheses.xml
+++ b/java/res/xml/keys_parentheses.xml
@@ -22,9 +22,9 @@
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
>
<Key
- latin:keySpec="(|!code/key_left_parenthesis"
+ latin:keySpec="!text/keyspec_left_parenthesis"
latin:moreKeys="!text/more_keys_for_left_parenthesis" />
<Key
- latin:keySpec=")|!code/key_right_parenthesis"
+ latin:keySpec="!text/keyspec_right_parenthesis"
latin:moreKeys="!text/more_keys_for_right_parenthesis" />
</merge>