I’m trying to verify a applab bug or an issue with my computer. When running and testing this event.key algorithm, it works for ALL KEYS; however, after I press left right up or down, the event handler appears to stop working.
Please open and view console to see the issue.
Please advise event.key
Work Around…it appears that if I CLICK the mouse inside the screen, it will start working again but after I press up down left or right again, the event handler stops working.
Hi! I just tried it on my computer and it seems to work correctly. Maybe something funky with your computer? Here’s some output from my console:
“key is: a”
“key is: b”
“key is: c”
“key is: d”
“key is: e”
“key is: Right”
“key is: Up”
“key is: Left”
“key is: Down”
“key is: f”
“key is: g”
“key is: h”
“key is: Right”
“key is: Shift”
“key is: Up”