Scripting question
Posted: 25 Jan 2012 12:19
Just trying to understand the manual here...
in the keycomboout(target,ctrl,alt,shift,key) script what values do i use if,
i want to output a key command ctrl+9 on expression x
does the ctrl refer to ctrl on the keyboard or a controller value
my script is
keycomboout(0,1,0,0,9); because midi target is 0, ctrl is 1 as in yes, 0 for alt, 0 for shift, and key 9)
how am i doing, am i completely lost??
cheers
in the keycomboout(target,ctrl,alt,shift,key) script what values do i use if,
i want to output a key command ctrl+9 on expression x
does the ctrl refer to ctrl on the keyboard or a controller value
my script is
keycomboout(0,1,0,0,9); because midi target is 0, ctrl is 1 as in yes, 0 for alt, 0 for shift, and key 9)
how am i doing, am i completely lost??
cheers