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

Commit da315708 authored by Sam Segers's avatar Sam Segers Committed by Steve Kondik
Browse files

nl-rBE keyboard layout should be AZERTY

The default keyboard layout in Belgium is AZERTY, so different from the dutch(nl).
Don't know why this isn't jet changed in AOSP.

Change-Id: Id677720b2dbb57e7f87c9b7ae14d4cf2b282d62b
parent f0ba8a3a
Loading
Loading
Loading
Loading
+31 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
**
** Copyright 2010, 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.
*/
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string name="more_keys_for_a">à,â,1,æ,á,ä,ã,å,ā,ª</string>
    <string name="more_keys_for_e">é,è,ê,ë,3,ę,ė,ē</string>
    <string name="more_keys_for_i">î,8,ï,ì,í,į,ī</string>
    <string name="more_keys_for_o">ô,œ,9,ö,ò,ó,õ,ø,ō,º</string>
    <string name="more_keys_for_u">ù,û,7,ü,ú,ū</string>
    <string name="more_keys_for_c">ç,ć,č</string>
    <string name="more_keys_for_y">6,ÿ</string>
    <string name="more_keys_for_q"></string>
    <string name="more_keys_for_w"></string>
    <string name="more_keys_for_z">2</string>
</resources>
+29 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
**
** Copyright 2009, 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.
*/
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <!-- Symbols that should be swapped with a magic space -->
    <string name="magic_space_swapping_symbols">.,\u0022)]}</string>
    <!-- Symbols that should strip a magic space -->
    <string name="magic_space_stripping_symbols">\u0009\u0020\u0027\n-/_</string>
    <!-- Symbols that should promote magic spaces into real space -->
    <string name="magic_space_promoting_symbols">;:!?([*&amp;@{&lt;&gt;+=|</string>
    <!-- Symbols that do NOT separate words -->
    <string name="symbols_excluded_from_word_separators">\u0027</string>
</resources>
+27 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
**
** Copyright 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.
*/
-->

<Keyboard
    xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
    latin:keyboardLocale="nl_BE"
>
    <include
        latin:keyboardLayout="@xml/kbd_rows_azerty" />
</Keyboard>
+6 −0
Original line number Diff line number Diff line
@@ -172,6 +172,12 @@
            android:imeSubtypeMode="keyboard"
            android:imeSubtypeExtraValue="AsciiCapable,SupportTouchPositionCorrection"
    />
    <subtype android:icon="@drawable/ic_subtype_keyboard"
            android:label="@string/subtype_generic"
            android:imeSubtypeLocale="nl_BE"
            android:imeSubtypeMode="keyboard"
            android:imeSubtypeExtraValue="AsciiCapable,SupportTouchPositionCorrection"
    />
    <subtype android:icon="@drawable/ic_subtype_keyboard"
            android:label="@string/subtype_generic"
            android:imeSubtypeLocale="pl"