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:
Chris Ye
2020-05-07 15:01:45 -07:00
parent 530fa56bc0
commit 8b5896ccc8

View File

@@ -258,9 +258,9 @@ key L {
}
key SEMICOLON {
label: '\u010d'
base: '\u010c'
shift, capslock: '\u010d'
label: '\u010c'
base: '\u010d'
shift, capslock: '\u010c'
}
key APOSTROPHE {