Change the brackets in Persian keyboard layout.
Change the brackets in Persian keyboard layout to be consistent with RTL layout. Bug: 178953618 Test: Connect a physical keyboard, and choose "Persian" keyboard layout. Change-Id: Id9a9451a40dbf585c36bd5cdacbf4a94ca1a29d4
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user