diff options
author | 2014-03-19 17:02:23 +0900 | |
---|---|---|
committer | 2014-03-19 17:02:23 +0900 | |
commit | 6674449ac2e4cfe7769bbd497b98fa800e8800e6 (patch) | |
tree | 89efff868ba3bc1b7466a9c9378d3be515f25212 | |
parent | 54d74ff74a6a1da08f11907f2be590fc3721c058 (diff) | |
download | latinime-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.xml | 5 |
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="±,×,÷,√" /> + latin:moreKeys="×,÷,√" /> </merge> |