Send a semicolon for Wait. Fix for #2083806.
parent
64e245f60b
commit
3ec2ed75c6
|
@ -44,8 +44,8 @@
|
||||||
<Row>
|
<Row>
|
||||||
<Key android:codes="42" android:keyIcon="@drawable/sym_keyboard_numstar"
|
<Key android:codes="42" android:keyIcon="@drawable/sym_keyboard_numstar"
|
||||||
android:keyEdgeFlags="left"/>
|
android:keyEdgeFlags="left"/>
|
||||||
<!-- Wait is w -->
|
<!-- Wait is a semicolon. -->
|
||||||
<Key android:codes="w" android:keyLabel="Wait"/>
|
<Key android:codes="59" android:keyLabel="Wait"/>
|
||||||
<Key android:codes="35" android:keyIcon="@drawable/sym_keyboard_numpound"/>
|
<Key android:codes="35" android:keyIcon="@drawable/sym_keyboard_numpound"/>
|
||||||
<Key android:codes="-5" android:keyIcon="@drawable/sym_keyboard_delete"
|
<Key android:codes="-5" android:keyIcon="@drawable/sym_keyboard_delete"
|
||||||
android:iconPreview="@drawable/sym_keyboard_feedback_delete"
|
android:iconPreview="@drawable/sym_keyboard_feedback_delete"
|
||||||
|
|
Loading…
Reference in New Issue