mzafrany
Member
I am trying to create a script that will do some things in switcher and change the Live set.
The problem is, I can not get switcher to send a command to Input setup. I tried:
CreateShortCut ("NumP1",code(
{
Take()
FindModule( Input_Setup ) : NextLiveSet()
}
),"OrderedFocus",KbdPriorityHigh)
but this does nothing.
The other way, i.e. sending command from Input setup to switcher works:
CreateShortCut ("NumP1",code(
{
FindModule( Switcher_Tabbed ) : Take()
NextLiveSet()
}
),"OrderedFocus",KbdPriorityHigh)
Please help.
The problem is, I can not get switcher to send a command to Input setup. I tried:
CreateShortCut ("NumP1",code(
{
Take()
FindModule( Input_Setup ) : NextLiveSet()
}
),"OrderedFocus",KbdPriorityHigh)
but this does nothing.
The other way, i.e. sending command from Input setup to switcher works:
CreateShortCut ("NumP1",code(
{
FindModule( Switcher_Tabbed ) : Take()
NextLiveSet()
}
),"OrderedFocus",KbdPriorityHigh)
Please help.