I am trying to replicate a dragging action in a program. In the program, holding Shift-Ctrl-Option-Cmd activates the Measurement Tool then the user clicks and drags across the screen showing measurement values. These values remain visible until the trackpad/mouse is released.
I have been trying out the Move and Click and Drag action, where I am able to set the start point click, using the modifier keys, and use 'and drag to' to set the end point. I am using a midi controller to trigger the action.
Everything works but the issue I am running into is figuring out how to hold the click after it is dragged.
What I am trying to achieve:
- click midi button – set to 127
- run action – click and move and drag mouse from start to end position
- hold click at end position
- click midi button – set to 0
- release mouse
Is this possible with KM?