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

Commit 3b353f75 authored by Vaibhav Devmurari's avatar Vaibhav Devmurari Committed by Android (Google) Code Review
Browse files

Merge "Fix French, English UK, Swiss german layout issues." into main

parents d2562f3f 87826e5f
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -116,6 +116,9 @@ key W {
    base:                               'w'
    shift, capslock:                    'W'
    shift+capslock:                     'w'
    ralt:                               '\u1e83'
    shift+ralt, capslock+ralt:          '\u1e82'
    shift+capslock+ralt:                '\u1e83'
}

key E {
@@ -147,6 +150,9 @@ key Y {
    base:                               'y'
    shift, capslock:                    'Y'
    shift+capslock:                     'y'
    ralt:                               '\u00fd'
    shift+ralt, capslock+ralt:          '\u00dd'
    shift+capslock+ralt:                '\u00fd'
}

key U {
@@ -313,6 +319,9 @@ key C {
    base:                               'c'
    shift, capslock:                    'C'
    shift+capslock:                     'c'
    ralt:                               '\u00e7'
    shift+ralt, capslock+ralt:          '\u00c7'
    shift+capslock+ralt:                '\u00e7'
}

key V {
+2 −2
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ key 2 {
    label:                              '2'
    base:                               '\u00e9'
    shift:                              '2'
    ralt:                               '~'
    ralt:                               '\u0303'
}

key 3 {
@@ -79,7 +79,7 @@ key 7 {
    label:                              '7'
    base:                               '\u00e8'
    shift:                              '7'
    ralt:                               '`'
    ralt:                               '\u0300'
}

key 8 {
+1 −1
Original line number Diff line number Diff line
@@ -94,7 +94,7 @@
        android:name="keyboard_layout_swiss_german"
        android:label="@string/keyboard_layout_swiss_german_label"
        android:keyboardLayout="@raw/keyboard_layout_swiss_german"
        android:keyboardLocale="de-Latn-CH"
        android:keyboardLocale="de-Latn-CH|gsw-Latn-CH"
        android:keyboardLayoutType="qwertz" />

    <keyboard-layout