Merge "Change the '[]' and '<>' brackets in Arabic keyboard layout." am: 5c1879cb60 am: 27095d7536

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1702070

Change-Id: Ie7d9c32025213c7fc089dff38be142caa15df9c7
This commit is contained in:
Linzhao Ye
2021-05-12 23:15:14 +00:00
committed by Automerger Merge Worker

View File

@@ -171,15 +171,15 @@ key P {
} }
key LEFT_BRACKET { key LEFT_BRACKET {
label: '[' label: ']'
base, capslock: '\u062c' base, capslock: '\u062c'
shift: '<' shift: '>'
} }
key RIGHT_BRACKET { key RIGHT_BRACKET {
label: ']' label: '['
base, capslock: '\u062f' base, capslock: '\u062f'
shift: '>' shift: '<'
} }
key BACKSLASH { key BACKSLASH {