abouttreesummaryrefslogcommitdiff
path: root/res/xml/method.xml
diff options
context:
space:
mode:
authorJules Aguillon2021-04-20 00:51:18 +0200
committerJules Aguillon2021-04-20 00:51:18 +0200
commite57c7a7f3a0df53466de0ce184e60b2340b8e83b (patch)
treec78e05933d3eb2353532dc70a74a2106d1004d11 /res/xml/method.xml
parent66b7b532c928465041727a5d4c7f75f984d4afde (diff)
downloadunexpected-keyboard-e57c7a7f3a0df53466de0ce184e60b2340b8e83b.tar.gz
unexpected-keyboard-e57c7a7f3a0df53466de0ce184e60b2340b8e83b.zip
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.
Diffstat (limited to 'res/xml/method.xml')
-rw-r--r--res/xml/method.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/res/xml/method.xml b/res/xml/method.xml
index f13eecc..92c02ff 100644
--- a/res/xml/method.xml
+++ b/res/xml/method.xml
@@ -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>