summaryrefslogtreecommitdiffstats
path: root/kbd.py
diff options
context:
space:
mode:
authorbfox <bfox>2000-12-15 15:32:04 +0000
committerbfox <bfox>2000-12-15 15:32:04 +0000
commitae50092c725834a3f5f8fcebb543471ad19834ed (patch)
treefa6ec24959f23422136361e0b14dbeb7a51dd9e4 /kbd.py
parent43a6f90c597513b3da6d0abab5580937242263dd (diff)
downloadanaconda-ae50092c725834a3f5f8fcebb543471ad19834ed.tar.gz
anaconda-ae50092c725834a3f5f8fcebb543471ad19834ed.tar.xz
anaconda-ae50092c725834a3f5f8fcebb543471ad19834ed.zip
Added entry for Slovak keyboards. Resolves bug #5977 but requires an addition to /lib/X11/xkb/rules/xfree86.lst
Diffstat (limited to 'kbd.py')
-rw-r--r--kbd.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/kbd.py b/kbd.py
index c5ad73a03..43f3d5fd3 100644
--- a/kbd.py
+++ b/kbd.py
@@ -12,7 +12,6 @@ class Keyboard (SimpleConfigFile):
("cf" , ('pc102', 'cf')),
("cz-lat2" , ('pc102', 'cs')),
("cz-lat2-prog" , ('pc102', 'cs')),
-
("de-latin1" , ('pc102', 'de')),
("de" , ('pc102', 'de')),
("de-latin1-nodeadkeys" , ('pc102', 'de')),
@@ -46,6 +45,7 @@ class Keyboard (SimpleConfigFile):
("ru2" , ('pc102', 'ru')),
("ru_win" , ('pc105', 'ru')),
("se-latin1" , ('pc102', 'se')),
+ ("sk-qwerty" , ('pc102', 'us_sk_qwerty')),
("uk" , ('pc101', 'gb')),
("us" , ('pc105', 'us')),
]
@@ -221,6 +221,7 @@ class Keyboard (SimpleConfigFile):
"sg",
"sk-prog-qwertz",
"sk-qwertz",
+ "sk-qwerty",
"slovene",
]