Index: setup/main.py |
diff --git a/setup/main.py b/setup/main.py |
index 707faa46f2fc98c27c4659b5c81f4733092fdcbf..0281ac7f1188a808b0647b53e2fa367c0949ee11 100644 |
--- a/setup/main.py |
+++ b/setup/main.py |
@@ -89,7 +89,7 @@ class Setup(object): |
if variant != None: |
shortcuts = variant.unpack() |
else: |
- shortcuts = ['<Control>space'] |
+ shortcuts = ['<Super>space'] |
button = self.__builder.get_object("button_%s" % label) |
entry = self.__builder.get_object("entry_%s" % label) |