Remove duplcaited plus-minus symbol on PC Qwerty

Bug: 13537661
Change-Id: I18c5accb6af7faaf81f71f861b924ba87838fdbc
main
Tadashi G. Takaoka 2014-03-19 17:02:23 +09:00
parent 54d74ff74a
commit 6674449ac2
1 changed files with 2 additions and 3 deletions

View File

@ -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>