summaryrefslogtreecommitdiffstats
path: root/iw/keyboard_gui.py
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-05-02 21:16:15 +0000
committerErik Troan <ewt@redhat.com>2000-05-02 21:16:15 +0000
commit8a7fefc20c32f86d51216aaa7541de29a4011762 (patch)
treea2209cefebb9a52b7aa364bb6d237768e7d8b670 /iw/keyboard_gui.py
parent1cc96d0393256eafd6d90069ac82ded8126720fa (diff)
downloadanaconda-8a7fefc20c32f86d51216aaa7541de29a4011762.tar.gz
anaconda-8a7fefc20c32f86d51216aaa7541de29a4011762.tar.xz
anaconda-8a7fefc20c32f86d51216aaa7541de29a4011762.zip
load text mode keymap
Diffstat (limited to 'iw/keyboard_gui.py')
-rw-r--r--iw/keyboard_gui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/iw/keyboard_gui.py b/iw/keyboard_gui.py
index 30385bb3c..9a3e71ca3 100644
--- a/iw/keyboard_gui.py
+++ b/iw/keyboard_gui.py
@@ -32,6 +32,7 @@ class KeyboardWindow (InstallWindow):
self.todo.x.setKeyboard (self.rulesbase, self.model,
self.layout, self.variant, "")
self.todo.keyboard.setfromx (self.model, self.layout)
+ isys.loadKeymap(self.todo.keyboard.get())
return None
def select_row (self, clist, row, col, event):