Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tawindow.py
diff options
context:
space:
mode:
Diffstat (limited to 'tawindow.py')
-rw-r--r--tawindow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tawindow.py b/tawindow.py
index 7b283dc..b7c498d 100644
--- a/tawindow.py
+++ b/tawindow.py
@@ -526,7 +526,7 @@ def key_press(tw, alt_mask, keyname, keyunicode, verbose=False):
if len(keyname)>1:
return True
else:
- if keyname in ['Escape', 'space', 'Return', \
+ if keyname in ['Escape', 'Return', \
'KP_Up', 'KP_Down', 'KP_Left', 'KP_Right']:
return True
else: