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

Commit 9a964ed5 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Fix shift locked keyboard layouts of caseless scripts

The scripts/languages such as Georgian, Hndi have no notion of case.
In such scripts/language, shift locked keyboard should be the same of
manually shifted keyboard.

Change-Id: Iadea3a332674a52188de7f1566727e4b56dced8c
parent 19b8a73e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
>
    <switch>
        <case
            latin:keyboardSetElement="alphabetManualShifted|alphabetShiftLockShifted"
            latin:keyboardSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted"
        >
            <Key
                latin:keyLabel="Q"
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
>
    <switch>
        <case
            latin:keyboardSetElement="alphabetManualShifted|alphabetShiftLockShifted"
            latin:keyboardSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted"
        >
            <Key
                latin:keyLabel="A"
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
>
    <switch>
        <case
            latin:keyboardSetElement="alphabetManualShifted|alphabetShiftLockShifted"
            latin:keyboardSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted"
        >
            <!-- U+10EB: "ძ" GEORGIAN LETTER JIL -->
            <Key
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
>
    <switch>
        <case
            latin:keyboardSetElement="alphabetManualShifted|alphabetShiftLockShifted"
            latin:keyboardSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted"
        >
            <!-- U+0914: "औ" DEVANAGARI LETTER AU
                 U+0912/U+0902: "ऒं" DEVANAGARI LETTER SHORT O//DEVANAGARI SIGN ANUSVARA
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
>
    <switch>
        <case
            latin:keyboardSetElement="alphabetManualShifted|alphabetShiftLockShifted"
            latin:keyboardSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted"
        >
            <!-- U+0913: "ओ" DEVANAGARI LETTER O
                 U+0913/U+0902: "ओं" DEVANAGARI LETTER O/DEVANAGARI SIGN ANUSVARA
Loading