Merge "Fix duplicated apostrophe on AZERTY/tablet"

main
Tadashi G. Takaoka 2013-07-31 07:36:54 +00:00 committed by Android (Google) Code Review
commit 21cabc98d5
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>