Fix Crotian keyboard layout key (Č) definition.
The letter "c caron" (Č) is upper case without shift and lower case with shift. This should be other way around. Bug: 37015071 Test: Connect a USB or Bluetooth external keyboard, select keyboard layout to Crotian and open an App to type. Change-Id: If8b63e459826de2bc4aea0389ea3431c28e919f8 Merged-In: If8b63e459826de2bc4aea0389ea3431c28e919f8
This commit is contained in:
@@ -258,9 +258,9 @@ key L {
|
||||
}
|
||||
|
||||
key SEMICOLON {
|
||||
label: '\u010d'
|
||||
base: '\u010c'
|
||||
shift, capslock: '\u010d'
|
||||
label: '\u010c'
|
||||
base: '\u010d'
|
||||
shift, capslock: '\u010c'
|
||||
}
|
||||
|
||||
key APOSTROPHE {
|
||||
|
||||
Reference in New Issue
Block a user