summaryrefslogtreecommitdiffstats
path: root/kbd.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-08-10 03:16:03 +0000
committerMatt Wilson <msw@redhat.com>2001-08-10 03:16:03 +0000
commitf2eb794ccb9d036b65d79c8a2056e038e1360d27 (patch)
tree9920fc09e1c4c616e2adc6d05207b78a73eaa01d /kbd.py
parent0c990f70909d8bb2c33e475e30a6fffaa82d29ae (diff)
downloadanaconda-f2eb794ccb9d036b65d79c8a2056e038e1360d27.tar.gz
anaconda-f2eb794ccb9d036b65d79c8a2056e038e1360d27.tar.xz
anaconda-f2eb794ccb9d036b65d79c8a2056e038e1360d27.zip
fix Czech keyboard default (#51271)
Diffstat (limited to 'kbd.py')
-rw-r--r--kbd.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/kbd.py b/kbd.py
index 3c1312733..bfdda7e1f 100644
--- a/kbd.py
+++ b/kbd.py
@@ -26,8 +26,8 @@ class Keyboard (SimpleConfigFile):
("bg" , ('pc102', 'bg', '')),
("br-abnt2" , ('pc102', 'br', '')),
("cf" , ('pc102', 'cf', '')),
- ("cz-lat2" , ('pc102', 'cs', '')),
- ("cz-lat2-prog" , ('pc102', 'cs', '')),
+ ("cz-lat2" , ('pc102', 'cz', '')),
+ ("cz-lat2-prog" , ('pc102', 'cz', '')),
("de-latin1" , ('pc102', 'de', '')),
("de" , ('pc102', 'de', '')),
("de-latin1-nodeadkeys" , ('pc102', 'de', 'nodeadkeys')),