Skip to content
Snippets Groups Projects
Commit 3ec2ed75 authored by Amith Yamasani's avatar Amith Yamasani
Browse files

Send a semicolon for Wait. Fix for #2083806.

parent 64e245f6
No related branches found
No related tags found
No related merge requests found
......@@ -44,8 +44,8 @@
<Row>
<Key android:codes="42" android:keyIcon="@drawable/sym_keyboard_numstar"
android:keyEdgeFlags="left"/>
<!-- Wait is w -->
<Key android:codes="w" android:keyLabel="Wait"/>
<!-- Wait is a semicolon. -->
<Key android:codes="59" android:keyLabel="Wait"/>
<Key android:codes="35" android:keyIcon="@drawable/sym_keyboard_numpound"/>
<Key android:codes="-5" android:keyIcon="@drawable/sym_keyboard_delete"
android:iconPreview="@drawable/sym_keyboard_feedback_delete"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment