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

Commit 03a24f50 authored by Linzhao Ye's avatar Linzhao Ye Committed by Gerrit Code Review
Browse files

Merge changes Id9a9451a,Idf113709

* changes:
  Change the brackets in Persian keyboard layout.
  Change the brackets in Hebrew keyboard layout.
parents fa8d51d5 f24599c9
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:                           '.'
}

+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
}