diff options
| author | 2020-05-06 14:46:38 -0700 | |
|---|---|---|
| committer | 2020-09-03 10:10:26 -0700 | |
| commit | 68fa882cdb0a21996b5c2dbb32cd7d428af4ecc3 (patch) | |
| tree | 52d013716d37b5e740563ac9a35e64fe7ed46e3e | |
| parent | 530fa56bc01353163f1a2112185c8358787e1ddf (diff) | |
Change Czech keyboard default layout to qwertz
Change Czech keyboard default layout to qwertz.
Test: validatekeymaps packages/InputDevices/res/raw/keyboard_layout_czech.kcm, Manuually connect USB or Bluetooth keyboard and set to Czec language layout.
Bug: 141126644
Change-Id: I901997b52cdd23a7db5a8780fcd2c9c71cebe7b6
Merged-In: I901997b52cdd23a7db5a8780fcd2c9c71cebe7b6
| -rw-r--r-- | packages/InputDevices/res/raw/keyboard_layout_czech.kcm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/packages/InputDevices/res/raw/keyboard_layout_czech.kcm b/packages/InputDevices/res/raw/keyboard_layout_czech.kcm index dc614db3f953..32750e0f36fe 100644 --- a/packages/InputDevices/res/raw/keyboard_layout_czech.kcm +++ b/packages/InputDevices/res/raw/keyboard_layout_czech.kcm @@ -13,7 +13,7 @@ # limitations under the License. # -# Czech (EU - qwerty) keyboard layout. +# Czech (EU - qwertz) keyboard layout. # type OVERLAY @@ -159,9 +159,9 @@ key T { } key Y { - label: 'Y' - base: 'y' - shift, capslock: 'Y' + label: 'Z' + base: 'z' + shift, capslock: 'Z' } key U { @@ -297,9 +297,9 @@ key PLUS { } key Z { - label: 'Z' - base: 'z' - shift, capslock: 'Z' + label: 'Y' + base: 'y' + shift, capslock: 'Y' } key X { |