case-sensitive keyboard response
in OpenSesame
Dear forum,
i would like to get case-sensitive keyboard responses.
Namely, i would like to distinguish between uppercase and lowercase letters.
Is there a way to do this without inline_scripting? (With inline_scripts i rememder that i had such distinctions)
Cheers,
Stephan
PS: By the way, there is a typo in the keyboard manual 'case-insentive' ;)
Comments
Found it. Instead of using the [correct] variable i directly compared the variable from the loop with the [response]. Then its case-sensitive. Otherwise not. ;)
Of course, i dropped the shift keys from the allowed responses.