What code do i have to use to get “backspace” out of the the written-answer-part of my experiment?
(I want participants to write a few words and they should be able to use space, backspace and return)
This code won’t work
if("backspace" in key_Resp.keys):
key_Resp.keys.remove("backspace")
if(len(key_Resp.keys) > 0):
key_Resp.keys.pop()