Skip to content

Commit

Permalink
Merge 8ae0e08 into bbfd927
Browse files Browse the repository at this point in the history
  • Loading branch information
superabe committed Feb 27, 2019
2 parents bbfd927 + 8ae0e08 commit 313901b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psychopy/event.py
Expand Up @@ -990,7 +990,7 @@ class _GlobalEventKeys(MutableMapping):

_valid_keys = set(string.ascii_lowercase + string.digits
+ string.punctuation + ' \t')
_valid_keys.update(['escape', 'left', 'right', 'up', 'down'])
_valid_keys.update(['escape', 'left', 'right', 'up', 'down', 'space'])

_valid_modifiers = {'shift', 'ctrl', 'alt', 'capslock',
'scrolllock', 'command', 'option', 'windows'}
Expand Down

0 comments on commit 313901b

Please sign in to comment.