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

Commit 66f0f96f authored by Chris Ye's avatar Chris Ye
Browse files

Change the brackets in Hebrew keyboard layout.

Change the brackets in Hebrew keyboard layout to be consistent with RTL
layout.

Bug: 178953618
Test: Connect a physical keyboard, and choose "Hebrew" keyboard layout.
Change-Id: Idf11370996771c63148db145c0921eb1077c1176
parent 3d7c3388
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
@@ -89,14 +89,14 @@ key 8 {
key 9 {
    label:                              '9'
    base:                               '9'
    shift:                              '('
    shift:                              ')'
    shift+capslock:                     '\u05c2'
}

key 0 {
    label:                              '0'
    base:                               '0'
    shift:                              ')'
    shift:                              '('
    shift+capslock:                     '\u05c1'
}

@@ -180,17 +180,17 @@ key P {
}

key LEFT_BRACKET {
    label:                              '['
    base, capslock:                     '['
    shift:                              '{'
}

key RIGHT_BRACKET {
    label:                              ']'
    base, capslock:                     ']'
    shift:                              '}'
}

key RIGHT_BRACKET {
    label:                              '['
    base, capslock:                     '['
    shift:                              '{'
}

### ROW 3

key A {
@@ -322,14 +322,14 @@ key M {
key COMMA {
    label:                              ','
    base:                               '\u05ea'
    shift:                              '<'
    shift:                              '>'
    capslock:                           ','
}

key PERIOD {
    label:                              '.'
    base:                               '\u05e5'
    shift:                              '>'
    shift:                              '<'
    capslock:                           '.'
}