Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c3ea88a2 authored by repo sync -j16's avatar repo sync -j16
Browse files

Adds Spanish(US) Keyboard as an option for those who want an ñ-less keyboard

Change-Id: If488e78d3578c9ed2e34fd9173f9ef5405d56ef2
parent 47d484c5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -340,6 +340,8 @@
    <!-- Description for English (United States) keyboard subtype [CHAR LIMIT=22] -->
    <string name="subtype_en_US">English (US)</string>
    
    <string name="subtype_es_US">Spanish (US)</string>

    <!-- Title of an option for usability study mode -->
    <string name="prefs_usability_study_mode">Usability study mode</string>
    <!-- Title of the settings for keypress vibration duration -->
+28 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
**
** Copyright 2011, 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.
*/
-->

<Keyboard
    xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
    latin:keyboardLocale="es-US"
>
<include
        latin:keyboardLayout="@xml/kbd_rows_qwerty" />

</Keyboard>
+3 −2
Original line number Diff line number Diff line
@@ -20,8 +20,9 @@

<Keyboard
    xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
    latin:keyboardLocale="es,es_US"
    latin:keyboardLocale="es"
>
<include
        latin:keyboardLayout="@xml/kbd_rows_spanish" />

</Keyboard>
+6 −0
Original line number Diff line number Diff line
@@ -81,6 +81,12 @@
            android:imeSubtypeMode="keyboard"
            android:imeSubtypeExtraValue="AsciiCapable,SupportTouchPositionCorrection"
    />
    <subtype android:icon="@drawable/ic_subtype_keyboard"
            android:label="@string/subtype_es_US"
            android:imeSubtypeLocale="es-US"
            android:imeSubtypeMode="keyboard"
            android:imeSubtypeExtraValue="AsciiCapable,KeyboardLocale=es_US,SupportTouchPositionCorrection"
    />
    <subtype android:icon="@drawable/ic_subtype_keyboard"
            android:label="@string/subtype_generic"
            android:imeSubtypeLocale="fi"