
What I'd like to achieve is using MIDI to send a button press.
For one of the Macro button I have in Request for Button ON / Trigger IN:
Code: Select all
System.KeyPress(F9)
Am I misunderstanding or have I done something incorrectly?
Thanks.
Code: Select all
System.KeyPress(F9)
Ah ok! Thanks for your help.Vincent Burel wrote:System.KeyPress("F9");
the parameter is a STRING so must be inside "" See Example in user manual.