I use the keyboard library and after giving on_press_key
to my numpad, the arrow keys give the following values:
left - 4 Up - 8 Right - 6 Down - 2
How can I prevent this?
It looks like the arrow keys share the same event as those corresponding numeric keys