Add comma to the popup punctuations since it's now not available on the main ABC keyboard.
parent
dbde9b2229
commit
ef9012c6c6
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
<Row android:rowEdgeFlags="top">
|
<Row android:rowEdgeFlags="top">
|
||||||
<Key android:keyLabel=";" android:keyEdgeFlags="left" />
|
<Key android:keyLabel=";" android:keyEdgeFlags="left" />
|
||||||
<Key android:keyLabel="\\" />
|
<Key android:keyLabel="," />
|
||||||
<Key android:keyLabel="&" />
|
<Key android:keyLabel="&" />
|
||||||
<Key android:keyLabel="(" />
|
<Key android:keyLabel="(" />
|
||||||
<Key android:keyLabel=")" />
|
<Key android:keyLabel=")" />
|
||||||
|
|
Loading…
Reference in New Issue