PennController for IBEX › Forums › Support › Arrow keys for response › Reply To: Arrow keys for response
June 29, 2020 at 11:17 am
#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