Hi,
a) Can Vegas script send keyboard shortcuts?
For instance:
Script 1: Send Ctrl+C
Script 2: Send Alt+C
Script 3: Send Shift+C
Script 4: Send Ctrl+Alt+C
I use AutoHotkey for sending shortcuts and interact with Vegas, but I would like to add in Vegas toolbar, through script, some keyboard shortcuts.
b) An alternative could be to run a file from Vegas script. Is it possible?
In that direction, I could simply set the Vegas script to run an AHK script.ahk file.
For instance:
Run C:\Scripts\File.ahk
Thank you!