EventsOut not working in TurboPlayer
Q: After creating some Macros inside the section TurboPlayer \ EventsOut we created corresponding User Buttons in TurboPlayer but executing a Macro seems to be impossible. What's wrong?
A: It is not allowed to use sections starting with "TP_". In this case the sub key would look like this:
Global settings \ TurboPlayer \ EventsOut \ TP_START_PFL
This syntax is forbidden because it is reserved for internal Macro names. After changing the name to a valid syntax the Macro can be executed:
Global settings \ TurboPlayer \ EventsOut \ START_PFL