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

Commit ad4f0754 authored by Sean McCreary's avatar Sean McCreary
Browse files

InputDevices: Fix Hungarian language overlay

Correct mistake in keyboard_layout_hungarian.kcm:

    AltGr + 1 -> '

and add two missing combinations:

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

Change-Id: I238cec3e23df36e054f35fb9a3847389fd844e6b
parent 721d6937
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'
}

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

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

key MINUS {