Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Replace Thai quotation with semicolon. (#3635)
Browse files Browse the repository at this point in the history
  • Loading branch information
daoshengmu authored and bluemarvin committed Jul 6, 2020
1 parent 27a6bdc commit c28ddb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/xml/keyboard_symbols_thai.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<Key android:codes="126" android:keyLabel="~"/>
<Key android:codes="0x2018" android:keyLabel=""/>
<Key android:codes="0x201C" android:keyLabel=""/>
<Key android:codes="34" android:keyLabel="&quot;"/>
<Key android:codes="59" android:keyLabel=";"/>
<Key android:codes="95" android:keyLabel="_" />
<Key android:codes="45" android:keyLabel="-" />
<Key android:codes="43" android:keyLabel="+" />
Expand Down

0 comments on commit c28ddb2

Please sign in to comment.