mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2024-11-23 07:43:13 +01:00
5e01198500
Both using the qwerty layout. Removes the tilde from French.
34 lines
1.3 KiB
XML
34 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<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"
|
|
android:languageTag="en"
|
|
android:imeSubtypeLocale="en_US"
|
|
android:imeSubtypeMode="keyboard"
|
|
android:isAsciiCapable="true"
|
|
android:imeSubtypeExtraValue="default_layout=qwerty"
|
|
/>
|
|
<subtype android:label="@string/subtype_label"
|
|
android:languageTag="fr"
|
|
android:imeSubtypeLocale="fr_FR"
|
|
android:imeSubtypeMode="keyboard"
|
|
android:isAsciiCapable="true"
|
|
android:imeSubtypeExtraValue="default_layout=azerty,accents=grave|aigu|circonflexe|cedille|trema"
|
|
/>
|
|
<subtype android:label="@string/subtype_label"
|
|
android:languageTag="es"
|
|
android:imeSubtypeLocale="es_ES"
|
|
android:imeSubtypeMode="keyboard"
|
|
android:isAsciiCapable="true"
|
|
android:imeSubtypeExtraValue="default_layout=qwerty,accents=aigu|tilde|trema"
|
|
/>
|
|
<subtype android:label="@string/subtype_label"
|
|
android:languageTag="it"
|
|
android:imeSubtypeLocale="it_IT"
|
|
android:imeSubtypeMode="keyboard"
|
|
android:isAsciiCapable="true"
|
|
android:imeSubtypeExtraValue="default_layout=qwerty,accents=grave|aigu"
|
|
/>
|
|
</input-method>
|