aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2009-11-10 14:30:05 -0800
committerAmith Yamasani <yamasani@google.com>2009-11-10 14:30:05 -0800
commitef9012c6c63350e52dbcce597623dcc4705a8ff9 (patch)
tree50ff427bddb39bc14bd4bd815888517e05a38bfe
parentdbde9b222997752d3a86a9aeba68b94d2940de68 (diff)
downloadlatinime-ef9012c6c63350e52dbcce597623dcc4705a8ff9.tar.gz
latinime-ef9012c6c63350e52dbcce597623dcc4705a8ff9.tar.xz
latinime-ef9012c6c63350e52dbcce597623dcc4705a8ff9.zip
Add comma to the popup punctuations since it's now not available on the main ABC keyboard.
-rw-r--r--res/xml/popup_punctuation.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/popup_punctuation.xml b/res/xml/popup_punctuation.xml
index 7f9f61129..518e3f1f2 100644
--- a/res/xml/popup_punctuation.xml
+++ b/res/xml/popup_punctuation.xml
@@ -27,7 +27,7 @@
<Row android:rowEdgeFlags="top">
<Key android:keyLabel=";" android:keyEdgeFlags="left" />
- <Key android:keyLabel="\\" />
+ <Key android:keyLabel="," />
<Key android:keyLabel="&amp;" />
<Key android:keyLabel="(" />
<Key android:keyLabel=")" />