-
Hey all, I am trying to use keyboard arrow buttons as inputs to canvas-keyboard-response plugin, but I cannot find how to represent them as strings. In other words: var stimulus_procedure = { works fine, but what should I type for f & j in the case of keyboard arrows ? Thanks ! |
Beta Was this translation helpful? Give feedback.
Answered by
jodeleeuw
Mar 23, 2022
Replies: 1 comment 1 reply
-
Hi @fspinar
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
fspinar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @fspinar
'ArrowLeft'
and'ArrowRight'
are the strings for the left and right keys. You can use a site like this one to find the string for a key.