form_text_input
in OpenSesame
I have implemented the form_text_input in my experiment.
1.
I would like to make the mouse invisible in this form. (It appears although i do not need it. But the really sad thing is that the mouse continues to be visible for the rest of the experiment.)
2.
I would like to allow only certain keys for the text input. Lets say only the the number keys 0,1, and 2. I know that i could to the whole thing in a different way. However, I see an advantage in the text_input, because participants can see and correct the typed content.
Is it possible to define these settings in the script? or do i need python?