keystroke in max 6 64bit
How can I send keystrokes using Max for Live in Max 64bit?
I want Live to do an up and down arrow key.
Maybe you already found this, but there are a bunch of unresolved threads about this, so I just want to let people know that this ring_keyPress.class actually works!
You literally just send it the numbers in the documentation http://docs.oracle.com/javase/1.5.0/docs/api/constant-values.html#java.awt.event.KeyEvent.VK_F1
For example, Copy (Ctrl+C) is 17 67 sent as one message. Paste is 17 86.