Reply To: Arrow keys for response

PennController for IBEX Forums Support Arrow keys for response Reply To: Arrow keys for response

#5738
Jeremy
Keymaster

Hi,

You can use this interface to find the names of non-printable keys that you can use in the Key element: https://keycode.info/

If you want your Key element to react to keypresses on the left or right arrow, you can do this:

newKey("pressOnArrow", "ArrowLeft", "ArrowRight").wait()

Jeremy