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()
1 Like
show post in topic
Related topics
Topic
Replies
Views
Activity
Psychopy - Remove Escape key from global keys using Python code - not builder
Coding
2
1681
June 21, 2019
Pressing the tab-key exits experiments
Builder
1
860
September 18, 2019
Pressing ESC key at any moment to end the experiment
Coding
1
8609
October 31, 2016
Enable escape key when serial port is open
Builder
2
408
August 25, 2020
How to exit coder when the experiment is running
Coding
1
1519
January 30, 2020