diff options
-rwxr-xr-x | res/xml/kbd_symbols_shift.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/kbd_symbols_shift.xml b/res/xml/kbd_symbols_shift.xml index d83594a24..09b5c3f9d 100755 --- a/res/xml/kbd_symbols_shift.xml +++ b/res/xml/kbd_symbols_shift.xml @@ -42,7 +42,7 @@ </Row> <Row> - <Key android:keyLabel="¥" android:keyEdgeFlags="left"/> + <Key android:codes="9" android:keyLabel="\u21E5" android:keyEdgeFlags="left"/> <Key android:keyLabel="£"/> <Key android:keyLabel="¢"/> <Key android:keyLabel="€"/> |