Difference between revisions of "OSC:EOS SendKeyDown"

From Moving Light Assistant
Jump to: navigation, search
(Added Page.)
 
 
Line 9: Line 9:
 
''Example.''
 
''Example.''
  
:<code>OSC:EOS_SendKeyDown("Date")</code>
+
:<code>OSC:EOS_SendKeyDown("Data")</code>
 
This would hold down the Data key on the console.
 
This would hold down the Data key on the console.

Latest revision as of 00:41, 18 March 2015

EOS_SendKeyDown( key )

key is a string.

This function will send a key down to the console. If you want to send a button push (down and up), you should use the EOS_SendKey function. The key will remain held down until you send an key up or send an OSC Reset EOS_SendOSCReset.

The name of the key generally matches the physical button on the console, but their are some exceptions. NOTE: for a list of supported key names, look in the magic sheet editor select "Console Button" magic sheet item, and see the list of Hard Keys options.

Example.

OSC:EOS_SendKeyDown("Data")

This would hold down the Data key on the console.