diff options
-rw-r--r-- | kbd.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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')), |