Merge "Change the '[]' and '<>' brackets in Arabic keyboard layout."

This commit is contained in:
Linzhao Ye
2021-05-12 22:44:31 +00:00
committed by Gerrit Code Review

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 {