I am trying to create a floating menu that appears at the mouse cursor's current location fully expanded when I press and hold CMD + OPTION and then as I hold those keys I can move the mouse over the option I want and let go of CMD + OPTION (or click) to trigger the action.
This seems completely plausible but I keep running into some issues and I don't know if my configuration is messed up or if there are potential bugs.
I am running into some issues where
- The menu sometimes doesn't appear with the Modifier Based Visibility
- Sometimes when it does appear it is not at the mouse's current location but a past mouse location
Sometimes it is in the collapsed state and I have to move the cursor off of the menu and back on it for it to reveal the actionsWhen the menu does appear - it doesn't recognize the intended highlighted item when the mouse is over it - meaning when the menu disappears nothing is triggered, but if I do it again it will appear in the same spot (which isn't correct) and then sees that an item is highlighted and then works
Edit: after making a new preset and creating a new Floating Menu using the initial values, I was actually able to solve 2 of the 4 issues above and I have crossed them off. But I am still having issues with issue number 1 and 2 and they might be potential bugs.
Here is a video demonstrating issue number 2:
MouseMenuTest.bttpreset (67.9 KB)
Here is a video demonstrating issue number 1 and an issue where the menu doesn't always popup up at the focused window's center:
MouseMenuTest_with_navigation.bttpreset (73.4 KB)
Thank you for reading and helping me solve this issue. Any advice would be much appreciated