OSC:EOS_SendKeyUp( key )

key is a string.

This function will send a key up to the console. If you want to send a button push (down and up), you should use the EOS_SendKey function. It is a good idea to make sure that key down commands are matched with a key up commands.

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, on the console, look in the magic sheet editor, select “Console Button” magic sheet item, and see the list of Hard Keys options.

Example.

OSC:EOS_SendKeyUp("Data")

This would release a held down Data key on the console.

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.