Even when using no mods addUserActionEventHandler ["curatorToggleInterface", "Activate", { systemChat "Hello world!"; }]; doesn't do anything.
Doesn't work if curatorToggleInterface was rebound either.
Description
Description
Details
Details
- Severity
- Minor
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 10 x64
- Category
- Zeus - Modding
Steps To Reproduce
addUserActionEventHandler ["curatorToggleInterface", "Activate", { systemChat "Hello world!"; }];
Event Timeline
Comment Actions
Works for me.
curatorToggleInterface is backspace (That's not the Zeus open key which would be Z/Y).
And pressing backspace, it activates and prints to chat.
Oh nevermind, it works when not in zeus. But when the zeus interface is open, it doesn't.
The Zeus interface consumes and resets the key, before the eventhandlers are processed.
Comment Actions
Its going to be fixed on next profiling branch/dev branch update, but I'm not sure if moving the event processing before the UI processing will break something else :D