How to use a specific key (in keyboard) for duration on sketchpad
Hi guys,
I want to instruct learners on sketchpad to press a specific key (space bar) to move to the next sentence. However, the duration of sketchpad is normally 'keypress'. I tried writing 'space' instead of 'keypress' in the script, but OS fails to launch. Is there a way to do this?
Cheers,
S
Comments
Hi Samoel,
The trick is to set the duration of the keypress to
0(zero), but add akeyboard_responseitem directly after it. There you can set which key you want participate to press.Good luck.
Eduard
Hi Samoel,
In attachment an example of how it could work
It might be handy to go over a tutorial:
http://osdoc.cogsci.nl/3.1/tutorials/beginner/#step-7-configure-the-keyboard-response-item
edit: posted before refreshing the page, makes sense Eduard
Thanks a lot both Roelof and Eduard. it seemed very simple but effective solution