I have a menu which is a little HTML keyboard shortcut cheat sheet which I use for different apps. (opened and closed with a keyboard shortcut and/or moving the mouse to the corner of the screen)
Im trying to make a variant of the menu to create a version that opens only on my laptop and is triggered by using Final Cut Pro. When the menu isn't hovered, or inactive, it resizes to a dot and sits in the top corner above all apps, and resizes to a normal on hover. I used the trigger for Final Cut Pro to open as a conditional activation group, which made the menu change its hover attribute and location on the screen. However, I couldn't figure out how to use the action to undo the resize paramenters. I actually broke the menu and had to rebuild half of it.
How can I make this happen smoothly? I'm trying to trigger the menu to return to its original state, which is a rectangle 300x600dpi in size.
Thanks