Merge "Symbols shift key shoud have small greek pi"

This commit is contained in:
Tadashi G. Takaoka 2014-02-25 14:32:28 +00:00 committed by Android (Google) Code Review
commit f818b1aa32

View file

@ -34,11 +34,11 @@
<!-- U+221A: "√" SQUARE ROOT -->
<Key
latin:keySpec="&#x221A;" />
<!-- U+03A0: "Π" GREEK CAPITAL LETTER PI
U+03C0: "π" GREEK SMALL LETTER PI -->
<!-- U+03C0: "π" GREEK SMALL LETTER PI
U+03A0: "Π" GREEK CAPITAL LETTER PI -->
<Key
latin:keySpec="&#x03A0;"
latin:moreKeys="&#x03C0;" />
latin:keySpec="&#x03C0;"
latin:moreKeys="&#x03A0;" />
<!-- U+00F7: "÷" DIVISION SIGN -->
<Key
latin:keySpec="&#x00F7;" />