mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am 21cabc98: Merge "Fix duplicated apostrophe on AZERTY/tablet"
* commit '21cabc98d58ef3b763ca2a56aec388310f5eb371': Fix duplicated apostrophe on AZERTY/tablet
This commit is contained in:
commit
afa9787573
@ -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…
x
Reference in New Issue
Block a user