Merge "Symbols shift key shoud have small greek pi"
This commit is contained in:
commit
f818b1aa32
1 changed files with 4 additions and 4 deletions
|
@ -34,11 +34,11 @@
|
|||
<!-- U+221A: "√" SQUARE ROOT -->
|
||||
<Key
|
||||
latin:keySpec="√" />
|
||||
<!-- 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="Π"
|
||||
latin:moreKeys="π" />
|
||||
latin:keySpec="π"
|
||||
latin:moreKeys="Π" />
|
||||
<!-- U+00F7: "÷" DIVISION SIGN -->
|
||||
<Key
|
||||
latin:keySpec="÷" />
|
||||
|
|
Loading…
Reference in a new issue