Hi everyone,
I’m currently working on customizing my Floating Menus and was wondering if there’s a way to assign three different actions to the same button, based on how the interaction is made.
What I’d ideally like to achieve is:
- One action when I click/release the button normally
- A second action when I simply hover over the button
- A third action when I long press the button
Alternatively, if that's not possible, I’d love to know if it’s feasible to trigger a third action by holding a modifier key like Shift while clicking the same button.
I’ve seen how scripting works using retrieveJSON() and how actions can be defined for standard, hover, and longpress, but I’m not sure if there's support for modifier keys (like Shift + Click) or if there’s a more reliable workaround for this kind of interaction logic.
Any tips, examples, or guidance would be deeply appreciated.
Thanks so much in advance for your help and for this amazing tool!

