Comment inline
Some checks failed
CI via Tox and perl / tox (pull_request) Successful in 1m44s
CI via Tox and perl / perl (pull_request) Has been cancelled
CI via Tox and perl / checkwiki (pull_request) Has been cancelled

This commit is contained in:
Lukáš Růžička 2026-04-29 11:21:41 +02:00
commit cedbfc8f07

View file

@ -381,6 +381,7 @@ sub console_loadkeys_us {
wait_still_screen(3);
}
elsif (get_var('LANGUAGE') eq 'czech' || get_var('LAYOUT') eq 'czech') {
# Czech uses qwertz by default, so we need to swap y with z
script_run('loadkezs us', 0);
wait_still_screen(3);
}