I'm trying to make an abstraction to detect arrow key presses. Problem is, [key] doesn't return a number for an arrow key press, and [keyname] only gives an on/off indicator and a name.
Is there any way to compare symbols in PD? If so I could use the right outlet of [keyname] to drive my detection object.
Many thanks