Fix duplicated apostrophe on AZERTY/tablet

Bug: 10099353
Change-Id: I2394a7a7900f42a2cf9e962293fae9bd68e58dee
This commit is contained in:
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" xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
> >
<Key <Key
latin:keyLabel="\'" latin:keyLabel=":"
latin:keyHintLabel=":" latin:keyHintLabel=";"
latin:moreKeys=":" latin:moreKeys=";"
latin:keyStyle="hasShiftedLetterHintStyle" /> latin:keyStyle="hasShiftedLetterHintStyle" />
</merge> </merge>

View File

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