summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbfox <bfox>2000-11-17 18:05:20 +0000
committerbfox <bfox>2000-11-17 18:05:20 +0000
commit668f711b76c578adaeea538e6c735b758cb89181 (patch)
tree35271f892d7cdd3451d4e84752067848a645ad40
parentf68107b107e0281b64c20ea5735edd63e0a414a3 (diff)
downloadanaconda-668f711b76c578adaeea538e6c735b758cb89181.tar.gz
anaconda-668f711b76c578adaeea538e6c735b758cb89181.tar.xz
anaconda-668f711b76c578adaeea538e6c735b758cb89181.zip
Changed the default US keyboard to pc105. There may be some problems with keymaps, so this needs to be tested. Also, I didn't change any foreign keyboards because I don't know anything about them.
-rw-r--r--kbd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbd.py b/kbd.py
index 256376dec..fe3020e4a 100644
--- a/kbd.py
+++ b/kbd.py
@@ -44,7 +44,7 @@ class Keyboard (SimpleConfigFile):
("ru_win" , ('pc105', 'ru')),
("se-latin1" , ('pc102', 'se')),
("uk" , ('pc101', 'gb')),
- ("us" , ('pc101', 'us')),
+ ("us" , ('pc105', 'us')),
]
console2xsun = {