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

Commit 20c9932c authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Merge remote-tracking branch 'origin/lineage-20.0' into v1-t

parents 82111b34 ad4f0754
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -348,8 +348,6 @@ public abstract class MetaKeyKeyListener {

        if (state == PRESSED)
            ; // repeat before use
        else if (state == RELEASED)
            content.setSpan(what, 0, 0, LOCKED);
        else if (state == USED)
            ; // repeat after use
        else if (state == LOCKED)
+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 {