diff options
author | 2009-11-10 14:30:05 -0800 | |
---|---|---|
committer | 2009-11-10 14:30:05 -0800 | |
commit | ef9012c6c63350e52dbcce597623dcc4705a8ff9 (patch) | |
tree | 50ff427bddb39bc14bd4bd815888517e05a38bfe | |
parent | dbde9b222997752d3a86a9aeba68b94d2940de68 (diff) | |
download | latinime-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.xml | 2 |
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="&" /> <Key android:keyLabel="(" /> <Key android:keyLabel=")" /> |