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

Unverified Commit efccd406 authored by Sean McCreary's avatar Sean McCreary Committed by Michael Bestas
Browse files

InputDevices: Fix Hungarian language overlay

Correct mistake in keyboard_layout_hungarian.kcm:

    Shift + 1 -> '

and add two missing combinations:

    AltGr + M -> <
    AltGr + . -> >

Change-Id: I238cec3e23df36e054f35fb9a3847389fd844e6b
parent 56f5b058
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ key 0 {
key 1 {
    label:                              '1'
    base:                               '1'
    shift:                              '!'
    shift:                              '\''
    ralt:                               '\u0303'
}

@@ -374,6 +374,7 @@ key M {
    base:                               'm'
    shift, capslock:                    'M'
    shift+capslock:                     'm'
    ralt:                               '<'
}

key COMMA {
@@ -387,6 +388,7 @@ key PERIOD {
    label:                              '.'
    base:                               '.'
    shift:                              ':'
    ralt:                               '>'
}

key MINUS {