am f818b1aa: Merge "Symbols shift key shoud have small greek pi"

* commit 'f818b1aa322829c6f975528bf5e63047ba5684c9':
  Symbols shift key shoud have small greek pi
main
Tadashi G. Takaoka 2014-02-25 06:35:59 -08:00 committed by Android Git Automerger
commit 79487b5199
1 changed files with 4 additions and 4 deletions

View File

@ -34,11 +34,11 @@
<!-- U+221A: "√" SQUARE ROOT --> <!-- U+221A: "√" SQUARE ROOT -->
<Key <Key
latin:keySpec="&#x221A;" /> 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 <Key
latin:keySpec="&#x03A0;" latin:keySpec="&#x03C0;"
latin:moreKeys="&#x03C0;" /> latin:moreKeys="&#x03A0;" />
<!-- U+00F7: "÷" DIVISION SIGN --> <!-- U+00F7: "÷" DIVISION SIGN -->
<Key <Key
latin:keySpec="&#x00F7;" /> latin:keySpec="&#x00F7;" />