mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2024-11-25 08:43:24 +01:00
Set the en_US layout default
Now that it's necessary to change the device's settings to use a different layout, qwerty is a better international default than azerty.
This commit is contained in:
parent
66b7b532c9
commit
e57c7a7f3a
@ -2,16 +2,16 @@
|
||||
<input-method xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:settingsActivity="juloo.keyboard2.SettingsActivity"
|
||||
android:supportsSwitchingToNextInputMethod="true">
|
||||
<subtype android:label="@string/subtype_label_azerty"
|
||||
android:languageTag="fr"
|
||||
android:imeSubtypeLocale="fr_FR"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:isAsciiCapable="true"
|
||||
/>
|
||||
<subtype android:label="@string/subtype_label_qwerty"
|
||||
android:languageTag="en"
|
||||
android:imeSubtypeLocale="en_US"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:isAsciiCapable="true"
|
||||
/>
|
||||
<subtype android:label="@string/subtype_label_azerty"
|
||||
android:languageTag="fr"
|
||||
android:imeSubtypeLocale="fr_FR"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:isAsciiCapable="true"
|
||||
/>
|
||||
</input-method>
|
||||
|
Loading…
Reference in New Issue
Block a user