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
This commit is contained in:
Chris Ye
2021-05-11 00:08:15 +00:00
parent 66f0f96ff3
commit f24599c9f0

View File

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