summaryrefslogtreecommitdiffstats
path: root/kbd.py
diff options
context:
space:
mode:
Diffstat (limited to 'kbd.py')
-rw-r--r--kbd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbd.py b/kbd.py
index 05e3c5a05..96a980b36 100644
--- a/kbd.py
+++ b/kbd.py
@@ -250,7 +250,7 @@ class Keyboard (SimpleConfigFile):
if self.type == "PC":
self.info["KEYTABLE"] = "us"
else:
- return "sunkeymap"
+ self.info["KEYTABLE"] = "sunkeymap"
def get (self):
if self.info.has_key ("KEYTABLE"):