diff options
author | 2009-09-15 11:35:47 -0700 | |
---|---|---|
committer | 2009-09-15 11:35:47 -0700 | |
commit | 3ec2ed75c6ac251a26d76324b17cdf6498bddb88 (patch) | |
tree | e377c57146a077931649bb04b43897108b1d4ac7 | |
parent | 64e245f60b82d609574b3975b23c7697c3d27ae9 (diff) | |
download | latinime-3ec2ed75c6ac251a26d76324b17cdf6498bddb88.tar.gz latinime-3ec2ed75c6ac251a26d76324b17cdf6498bddb88.tar.xz latinime-3ec2ed75c6ac251a26d76324b17cdf6498bddb88.zip |
Send a semicolon for Wait. Fix for #2083806.
-rwxr-xr-x | res/xml/kbd_phone_symbols.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/xml/kbd_phone_symbols.xml b/res/xml/kbd_phone_symbols.xml index 107f85c03..9604664fa 100755 --- a/res/xml/kbd_phone_symbols.xml +++ b/res/xml/kbd_phone_symbols.xml @@ -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" |