lighting a LED in maxmsp

Thinksamuel's icon

I need to get two leds lighted when a certain key on the comuter keyboard is pushed. What is the easiest way to do this?

The original idea was to use caps lock and num lock but apparently, max does not recognize those keys.

jvkr's icon

The modifiers object reports caps lock. Of course you've seen the key and keyup objects...

Thinksamuel's icon

THe keyup object I have heard of, the modifiers objects not. I wil give it a try