psychopy.org
|
Reference
|
Downloads
|
Github
PsychoPy
Changing quit experiment key press from escape
Builder
wakecarter
March 8, 2021, 9:05pm
7
Personally I would try
keys = event.getKeys() if 'b' in keys and 'p' in keys: core.quit()
show post in topic
Related topics
Topic
Replies
Views
Activity
Psychopy - Remove Escape key from global keys using Python code - not builder
Coding
2
1731
June 21, 2019
Pressing the tab-key exits experiments
Builder
1
901
September 18, 2019
Pressing ESC key at any moment to end the experiment
Coding
1
8759
October 31, 2016
Enable escape key when serial port is open
Builder
2
435
August 25, 2020
Experiment runs fine in Mac, but Psychopy doesn’t respond in Windows when pressing ESC to end the experiment
Builder
3
461
March 23, 2024