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

Commit 3d7c3388 authored by Chris Ye's avatar Chris Ye
Browse files

Change the '[]' and '<>' brackets in Arabic keyboard layout.

Change the '[]' and '<>' brackets in Arabic keyboard layout to be consistent with RTL
layout.

Bug: 178953618
Test: Connect a physical keyboard, and choose "Arabic" keyboard layout.
Change-Id: I715fc387536124f13dab63b64f197354d4594870
parent 3996048b
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -171,15 +171,15 @@ key P {
}

key LEFT_BRACKET {
    label:                              '['
    label:                              ']'
    base, capslock:                     '\u062c'
    shift:                              '<'
    shift:                              '>'
}

key RIGHT_BRACKET {
    label:                              ']'
    label:                              '['
    base, capslock:                     '\u062f'
    shift:                              '>'
    shift:                              '<'
}

key BACKSLASH {