Using paste key 'ctrl+v' on the Textbox response

Sorry to keep bothering you.

I checked the template_lastrun.py code from PsychoPy Online Demos and the relevant code was like this

    if Gender.status == STARTED and not waitOnFlip:
        theseKeys = Gender.getKeys(keyList=['w', 'm', 'n', 'd', 'p'], waitRelease=False)

From my understanding it seems like the response are answered in a key response.


However, what I expect is to have an blue text box as in the demo experiment https://run.pavlovia.org/vespr/demographics/ (captured below)

Am I misunderstanding something?

Best,