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
This commit is contained in:
Chris Ye
2021-05-10 23:39:07 +00:00
parent 3d7c3388e0
commit 66f0f96ff3

View File

@@ -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: '.'
}