diff options
author | Adam Williamson <awilliam@redhat.com> | 2022-09-29 21:58:03 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2022-09-30 00:53:26 +0200 |
commit | 950aeeb8ffc950637fac22cb5a42074f227d57f3 (patch) | |
tree | 28c019953f3c4d1df03e415a6db02facb138bc2b /src/locale | |
parent | Merge pull request #24865 from yuwata/udevadm-tweaks (diff) | |
download | systemd-950aeeb8ffc950637fac22cb5a42074f227d57f3.tar.xz systemd-950aeeb8ffc950637fac22cb5a42074f227d57f3.zip |
kbd-model-map: correct variants for cz-qwerty to include comma
As explained by @poncovka , the 'xvariant' string should contain
the same number of comma-separated elements as 'xlayout'. When
we have two layouts we need two items in xvariant, in this case
one of them is empty.
See https://github.com/rhinstaller/anaconda/pull/4355#pullrequestreview-1119913870
for @poncovka's full explanation.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
Diffstat (limited to 'src/locale')
-rw-r--r-- | src/locale/kbd-model-map | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/locale/kbd-model-map b/src/locale/kbd-model-map index 348e90f0eb..fd90f3c724 100644 --- a/src/locale/kbd-model-map +++ b/src/locale/kbd-model-map @@ -33,7 +33,7 @@ fr-pc fr pc105 - terminate:ctrl_alt_bksp bg_pho-utf8 bg,us pc105 ,phonetic terminate:ctrl_alt_bksp,grp:shifts_toggle,grp_led:scroll it-ibm it pc105 - terminate:ctrl_alt_bksp cz-us-qwertz cz,us pc105 - terminate:ctrl_alt_bksp,grp:shifts_toggle,grp_led:scroll -cz-qwerty cz,us pc105 qwerty terminate:ctrl_alt_bksp,grp:shifts_toggle,grp_led:scroll +cz-qwerty cz,us pc105 qwerty, terminate:ctrl_alt_bksp,grp:shifts_toggle,grp_led:scroll br-abnt2 br abnt2 - terminate:ctrl_alt_bksp ro ro pc105 - terminate:ctrl_alt_bksp us-acentos us pc105 intl terminate:ctrl_alt_bksp |