hermann2441 Posted December 31, 2006 Report Posted December 31, 2006 Hello from Austria! Pete please tell me, if a Keypress command sent by offset 3110 with parameter 1070 has an defined minimum puls length? Or must I define the pulse length by myself eg with 1071 and 1072. What I want to do is to send a '+' (NumPad) when eg the levers are in FLX position. Thanks in advance Hermann
Pete Dowson Posted December 31, 2006 Report Posted December 31, 2006 ... if a Keypress command sent by offset 3110 with parameter 1070 has an defined minimum puls length? It is pretty much a KEYDOWN set followed by a reversed KEYUP set for the combination specified, so creating at most one Key Press, not any repeats -- deliberately so, otherwise it couldn't be used reliably for toggled events. Or must I define the pulse length by myself eg with 1071 and 1072.What I want to do is to send a '+' (NumPad) when eg the levers are in FLX position. Why is the time that the '+' is held pressed relevant, then? Do you want it repeating? You know you can assign these to buttons in the Buttons options, so you could try the effect yourself first in any case? Regards, Pete
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now