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

Commit f24599c9 authored by Chris Ye's avatar Chris Ye
Browse files

Change the brackets in Persian keyboard layout.

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

Bug: 178953618
Test: Connect a physical keyboard, and choose "Persian" keyboard layout.
Change-Id: Id9a9451a40dbf585c36bd5cdacbf4a94ca1a29d4
parent 66f0f96f
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -292,14 +292,14 @@ key TAB {
key COMMA {
    label, number:                      '\u0648'
    base:                               '\u0648'
    shift:                              '<'
    shift:                              '>'
    ctrl, alt, meta:                    none
}

key PERIOD {
    label, number:                      '.'
    base:                               '.'
    shift:                              '>'
    shift:                              '<'
    ctrl, alt, meta:                    none
}

@@ -440,14 +440,14 @@ key NUMPAD_9 {
}

key NUMPAD_LEFT_PAREN {
    label, number:                      '('
    base:                               '('
    label, number:                      ')'
    base:                               ')'
    ctrl, alt, meta:                    none
}

key NUMPAD_RIGHT_PAREN {
    label, number:                      ')'
    base:                               ')'
    label, number:                      '('
    base:                               '('
    ctrl, alt, meta:                    none
}