I spotted a new Gesture Trigger and I have a use case for trackpad / mouse gestures that I wonder if this could be used for.
In TN3270 the way to select text is to double click and drag. Close to 100% of the time I want to do something with that text, 99% of which would be typing Cmd+C to copy to the clipboard and then process from there.
I could see the Gesture Trigger being used to detect a swipe - which might indeed Cmd+C and then pop up a palette of macros. But not all swipes are drags: Only the ones preceded by a double click.
Is automation by Keyboard Maestro feasible with Double-Click followed by swipe?