diff --git a/sugar/emulator.py b/sugar/emulator.py index bc069241..53732554 100644 --- a/sugar/emulator.py +++ b/sugar/emulator.py @@ -69,7 +69,7 @@ class MatchboxProcess(Process): options += '-theme olpc ' if kbd_config: - options = '-kbdconfig %s ' % kbd_config + options += '-kbdconfig %s ' % kbd_config command = 'matchbox-window-manager %s ' % options Process.__init__(self, command)