Fix duplicated apostrophe on AZERTY/tablet

Bug: 10099353
Change-Id: I2394a7a7900f42a2cf9e962293fae9bd68e58dee
main
Tadashi G. Takaoka 2013-07-31 14:56:17 +09:00
parent e9087931bd
commit 2be611b602
3 changed files with 4 additions and 4 deletions

View File

@ -22,8 +22,8 @@
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
>
<Key
latin:keyLabel="\'"
latin:keyHintLabel=":"
latin:moreKeys=":"
latin:keyLabel=":"
latin:keyHintLabel=";"
latin:moreKeys=";"
latin:keyStyle="hasShiftedLetterHintStyle" />
</merge>

View File

@ -38,5 +38,5 @@
latin:keyLabel="n"
latin:moreKeys="!text/more_keys_for_n" />
<include
latin:keyboardLayout="@xml/key_azerty_quote" />
latin:keyboardLayout="@xml/key_azerty3_right" />
</merge>