aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-03-19 17:02:23 +0900
committerTadashi G. Takaoka <takaoka@google.com>2014-03-19 17:02:23 +0900
commit6674449ac2e4cfe7769bbd497b98fa800e8800e6 (patch)
tree89efff868ba3bc1b7466a9c9378d3be515f25212
parent54d74ff74a6a1da08f11907f2be590fc3721c058 (diff)
downloadlatinime-6674449ac2e4cfe7769bbd497b98fa800e8800e6.tar.gz
latinime-6674449ac2e4cfe7769bbd497b98fa800e8800e6.tar.xz
latinime-6674449ac2e4cfe7769bbd497b98fa800e8800e6.zip
Remove duplcaited plus-minus symbol on PC Qwerty
Bug: 13537661 Change-Id: I18c5accb6af7faaf81f71f861b924ba87838fdbc
-rw-r--r--java/res/xml/rowkeys_pcqwerty1_shift.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/java/res/xml/rowkeys_pcqwerty1_shift.xml b/java/res/xml/rowkeys_pcqwerty1_shift.xml
index b9597c066..6a5f00c4f 100644
--- a/java/res/xml/rowkeys_pcqwerty1_shift.xml
+++ b/java/res/xml/rowkeys_pcqwerty1_shift.xml
@@ -49,12 +49,11 @@
latin:keySpec=")" />
<Key
latin:keySpec="_" />
- <!-- U+00B1: "±" PLUS-MINUS SIGN
- U+00D7: "×" MULTIPLICATION SIGN
+ <!-- U+00D7: "×" MULTIPLICATION SIGN
U+00F7: "÷" DIVISION SIGN
U+221A: "√" SQUARE ROOT -->
<Key
latin:keySpec="+"
latin:additionalMoreKeys="!text/more_keys_for_plus"
- latin:moreKeys="&#x00B1;,&#x00D7;,&#x00F7;,&#x221A;" />
+ latin:moreKeys="&#x00D7;,&#x00F7;,&#x221A;" />
</merge>