![]() |
uvi-script
Musical event scripting with Lua
|
Keyboard modifier key state information. More...
Keyboard modifier key state information.
Provides information about which modifier keys (Alt, Command/Ctrl, Shift) are pressed when a widget's changed callback is triggered. This allows scripts to implement different behaviors based on modifier key combinations.
Availability: Modifier key information is passed as the second parameter to the changed callback for Button, OnOffButton, and MultiStateButton widgets.
Usage Example: