Fix duplicated apostrophe on AZERTY/tablet
Bug: 10099353 Change-Id: I2394a7a7900f42a2cf9e962293fae9bd68e58deemain
parent
e9087931bd
commit
2be611b602
|
@ -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>
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue