Merge changes Id9a9451a,Idf113709 am: 03a24f50cc

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

Change-Id: Ie027778a90deb5a3956f0e1dc9cbf462c9a4b50e
This commit is contained in:
Linzhao Ye
2021-05-13 04:53:17 +00:00
committed by Automerger Merge Worker
2 changed files with 16 additions and 16 deletions

View File

@@ -89,14 +89,14 @@ key 8 {
key 9 { key 9 {
label: '9' label: '9'
base: '9' base: '9'
shift: '(' shift: ')'
shift+capslock: '\u05c2' shift+capslock: '\u05c2'
} }
key 0 { key 0 {
label: '0' label: '0'
base: '0' base: '0'
shift: ')' shift: '('
shift+capslock: '\u05c1' shift+capslock: '\u05c1'
} }
@@ -180,17 +180,17 @@ key P {
} }
key LEFT_BRACKET { key LEFT_BRACKET {
label: '['
base, capslock: '['
shift: '{'
}
key RIGHT_BRACKET {
label: ']' label: ']'
base, capslock: ']' base, capslock: ']'
shift: '}' shift: '}'
} }
key RIGHT_BRACKET {
label: '['
base, capslock: '['
shift: '{'
}
### ROW 3 ### ROW 3
key A { key A {
@@ -322,14 +322,14 @@ key M {
key COMMA { key COMMA {
label: ',' label: ','
base: '\u05ea' base: '\u05ea'
shift: '<' shift: '>'
capslock: ',' capslock: ','
} }
key PERIOD { key PERIOD {
label: '.' label: '.'
base: '\u05e5' base: '\u05e5'
shift: '>' shift: '<'
capslock: '.' capslock: '.'
} }

View File

@@ -292,14 +292,14 @@ key TAB {
key COMMA { key COMMA {
label, number: '\u0648' label, number: '\u0648'
base: '\u0648' base: '\u0648'
shift: '<' shift: '>'
ctrl, alt, meta: none ctrl, alt, meta: none
} }
key PERIOD { key PERIOD {
label, number: '.' label, number: '.'
base: '.' base: '.'
shift: '>' shift: '<'
ctrl, alt, meta: none ctrl, alt, meta: none
} }
@@ -440,14 +440,14 @@ key NUMPAD_9 {
} }
key NUMPAD_LEFT_PAREN { key NUMPAD_LEFT_PAREN {
label, number: '(' label, number: ')'
base: '(' base: ')'
ctrl, alt, meta: none ctrl, alt, meta: none
} }
key NUMPAD_RIGHT_PAREN { key NUMPAD_RIGHT_PAREN {
label, number: ')' label, number: '('
base: ')' base: '('
ctrl, alt, meta: none ctrl, alt, meta: none
} }