mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
af52c0ea04
This change also introduces "AsciiCapable" extra value for subtype that indicates the subtype can input any ASCII code point from its keyboard layout. Only if the input field has "forceAscii" private IME option and the current subtype doesn't have "AsciiCapable" extra value, the en_US keyboard layout will be used for the input field. Bug: 3384942 Change-Id: I25e2553e37ecb5002df1164e45f6273845fe463b
172 lines
7.3 KiB
XML
172 lines
7.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
/**
|
|
* Copyright (c) 2008, The Android Open Source Project
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*/
|
|
-->
|
|
|
|
<!-- The attributes in this XML file provide configuration information -->
|
|
<!-- for the Input Method Manager. -->
|
|
|
|
<!-- Keyboard: en_US, en_GB, ar, cs, da, de, de_ZZ, es, es_US, fi, fr, fr_CA, fr_CH, hr, hu, it, iw, nb, nl, pl, pt, ru, sr, sv, tr -->
|
|
<!-- TODO: use <lang>_keyboard icon instead of a common keyboard icon. -->
|
|
<!-- If IME doesn't have an applicable subtype, the first subtype will be used as a default
|
|
subtype.-->
|
|
<input-method xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:settingsActivity="com.android.inputmethod.latin.Settings"
|
|
android:isDefault="@bool/im_is_default">
|
|
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
|
android:label="@string/subtype_en_US"
|
|
android:imeSubtypeLocale="en_US"
|
|
android:imeSubtypeMode="keyboard"
|
|
android:imeSubtypeExtraValue="TrySuppressingImeSwitcher,AsciiCapable"
|
|
/>
|
|
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
|
android:label="@string/subtype_en_GB"
|
|
android:imeSubtypeLocale="en_GB"
|
|
android:imeSubtypeMode="keyboard"
|
|
android:imeSubtypeExtraValue="TrySuppressingImeSwitcher,AsciiCapable"
|
|
/>
|
|
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
|
android:label="@string/subtype_generic"
|
|
android:imeSubtypeLocale="ar"
|
|
android:imeSubtypeMode="keyboard"
|
|
/>
|
|
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
|
android:label="@string/subtype_generic"
|
|
android:imeSubtypeLocale="cs"
|
|
android:imeSubtypeMode="keyboard"
|
|
android:imeSubtypeExtraValue="AsciiCapable"
|
|
/>
|
|
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
|
android:label="@string/subtype_generic"
|
|
android:imeSubtypeLocale="da"
|
|
android:imeSubtypeMode="keyboard"
|
|
android:imeSubtypeExtraValue="AsciiCapable"
|
|
/>
|
|
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
|
android:label="@string/subtype_generic"
|
|
android:imeSubtypeLocale="de"
|
|
android:imeSubtypeMode="keyboard"
|
|
android:imeSubtypeExtraValue="AsciiCapable"
|
|
/>
|
|
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
|
android:label="@string/subtype_de_qwerty"
|
|
android:imeSubtypeLocale="de_ZZ"
|
|
android:imeSubtypeMode="keyboard"
|
|
android:imeSubtypeExtraValue="AsciiCapable"
|
|
/>
|
|
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
|
android:label="@string/subtype_generic"
|
|
android:imeSubtypeLocale="es"
|
|
android:imeSubtypeMode="keyboard"
|
|
android:imeSubtypeExtraValue="AsciiCapable"
|
|
/>
|
|
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
|
android:label="@string/subtype_generic"
|
|
android:imeSubtypeLocale="fi"
|
|
android:imeSubtypeMode="keyboard"
|
|
android:imeSubtypeExtraValue="AsciiCapable"
|
|
/>
|
|
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
|
android:label="@string/subtype_generic"
|
|
android:imeSubtypeLocale="fr"
|
|
android:imeSubtypeMode="keyboard"
|
|
android:imeSubtypeExtraValue="AsciiCapable"
|
|
/>
|
|
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
|
android:label="@string/subtype_generic"
|
|
android:imeSubtypeLocale="fr_CA"
|
|
android:imeSubtypeMode="keyboard"
|
|
android:imeSubtypeExtraValue="AsciiCapable"
|
|
/>
|
|
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
|
android:label="@string/subtype_generic"
|
|
android:imeSubtypeLocale="fr_CH"
|
|
android:imeSubtypeMode="keyboard"
|
|
android:imeSubtypeExtraValue="AsciiCapable"
|
|
/>
|
|
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
|
android:label="@string/subtype_generic"
|
|
android:imeSubtypeLocale="hr"
|
|
android:imeSubtypeMode="keyboard"
|
|
android:imeSubtypeExtraValue="AsciiCapable"
|
|
/>
|
|
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
|
android:label="@string/subtype_generic"
|
|
android:imeSubtypeLocale="hu"
|
|
android:imeSubtypeMode="keyboard"
|
|
android:imeSubtypeExtraValue="AsciiCapable"
|
|
/>
|
|
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
|
android:label="@string/subtype_generic"
|
|
android:imeSubtypeLocale="it"
|
|
android:imeSubtypeMode="keyboard"
|
|
android:imeSubtypeExtraValue="AsciiCapable"
|
|
/>
|
|
<!-- Java uses the deprecated "iw" code instead of the standard "he" code for Hebrew. -->
|
|
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
|
android:label="@string/subtype_generic"
|
|
android:imeSubtypeLocale="iw"
|
|
android:imeSubtypeMode="keyboard"
|
|
/>
|
|
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
|
android:label="@string/subtype_generic"
|
|
android:imeSubtypeLocale="nb"
|
|
android:imeSubtypeMode="keyboard"
|
|
android:imeSubtypeExtraValue="AsciiCapable"
|
|
/>
|
|
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
|
android:label="@string/subtype_generic"
|
|
android:imeSubtypeLocale="nl"
|
|
android:imeSubtypeMode="keyboard"
|
|
android:imeSubtypeExtraValue="AsciiCapable"
|
|
/>
|
|
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
|
android:label="@string/subtype_generic"
|
|
android:imeSubtypeLocale="pl"
|
|
android:imeSubtypeMode="keyboard"
|
|
android:imeSubtypeExtraValue="AsciiCapable"
|
|
/>
|
|
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
|
android:label="@string/subtype_generic"
|
|
android:imeSubtypeLocale="pt"
|
|
android:imeSubtypeMode="keyboard"
|
|
android:imeSubtypeExtraValue="AsciiCapable"
|
|
/>
|
|
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
|
android:label="@string/subtype_generic"
|
|
android:imeSubtypeLocale="ru"
|
|
android:imeSubtypeMode="keyboard"
|
|
/>
|
|
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
|
android:label="@string/subtype_generic"
|
|
android:imeSubtypeLocale="sr"
|
|
android:imeSubtypeMode="keyboard"
|
|
/>
|
|
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
|
android:label="@string/subtype_generic"
|
|
android:imeSubtypeLocale="sv"
|
|
android:imeSubtypeMode="keyboard"
|
|
android:imeSubtypeExtraValue="AsciiCapable"
|
|
/>
|
|
<subtype android:icon="@drawable/ic_subtype_keyboard"
|
|
android:label="@string/subtype_generic"
|
|
android:imeSubtypeLocale="tr"
|
|
android:imeSubtypeMode="keyboard"
|
|
android:imeSubtypeExtraValue="AsciiCapable"
|
|
/>
|
|
</input-method>
|