diff options
author | 2013-08-27 03:17:49 -0700 | |
---|---|---|
committer | 2013-08-27 03:17:49 -0700 | |
commit | 5886ca664e1c831606475b6793cb06344dc28689 (patch) | |
tree | ab8ce41854174ed99b3df863fe921ed9b9c45c79 /java | |
parent | a92847bccaf2af201d46164418243b8107380f31 (diff) | |
parent | b7eae3ffa4c25aa70adae7e410a244d3acf21307 (diff) | |
download | latinime-5886ca664e1c831606475b6793cb06344dc28689.tar.gz latinime-5886ca664e1c831606475b6793cb06344dc28689.tar.xz latinime-5886ca664e1c831606475b6793cb06344dc28689.zip |
am b7eae3ff: Add comma to the symbol layout\'s period more keys.
* commit 'b7eae3ffa4c25aa70adae7e410a244d3acf21307':
Add comma to the symbol layout's period more keys.
Diffstat (limited to 'java')
-rw-r--r-- | java/res/xml/key_symbols_period.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/java/res/xml/key_symbols_period.xml b/java/res/xml/key_symbols_period.xml index a1ab1a9e1..6efc9dee3 100644 --- a/java/res/xml/key_symbols_period.xml +++ b/java/res/xml/key_symbols_period.xml @@ -27,7 +27,7 @@ U+00A9: "©" COPYRIGHT SIGN U+00A7: "§" SECTION SIGN U+00B6: "¶" PILCROW SIGN - U+2026: "…" HORIZONTAL ELLIPSIS + U+002C: "," COMMA U+2022: "•" BULLET --> <!-- U+00B0: "°" DEGREE SIGN U+2032: "′" PRIME @@ -36,11 +36,12 @@ U+2193: "↓" DOWNWARDS ARROW U+2190: "←" LEFTWARDS ARROW U+2192: "→" RIGHTWARDS ARROW - U+03C0: "π" GREEK SMALL LETTER PI --> + U+2026: "…" HORIZONTAL ELLIPSIS --> <!-- U+0394: "Δ" GREEK CAPITAL LETTER DELTA - U+03A0: "Π" GREEK CAPITAL LETTER PI --> + U+03A0: "Π" GREEK CAPITAL LETTER PI + U+03C0: "π" GREEK SMALL LETTER PI --> <Key latin:keyLabel="." latin:keyLabelFlags="hasPopupHint" - latin:moreKeys="!fixedColumnOrder!8,℅,™,®,©,§,¶,…,•,°,′,″,↑,↓,←,→,π,!text/more_keys_for_bullet,Δ,Π" /> + latin:moreKeys="!fixedColumnOrder!8,℅,™,®,©,§,¶,\\,,•,°,′,″,↑,↓,←,→,…,!text/more_keys_for_bullet,Δ,Π,π" /> </merge> |