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

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
}