I'm trying to construct some simple macros for Davinci Resolve. They have three steps.
- Right click at current cursor point.
- Move a certain number of pixels upward from that point.
- Left click.
This macro would open a contextual menu in the color page and then click on one of the selections in it. E.g., a macro could open a contextual menu and from that menu choose wipe between the selected clip and the clip the cursor is currently over.
Here's the problem. If, using the mouse, I place the cursor in a spot and run the macro from a streamdeck, the macro works. If, however, I use a Xencelabs pen, the macro doesn't work.
Here's a concrete example: using a mouse, running one macro will create a wipe between the selected clip and the clip the cursor is currently over. But with the Xencelabs pen, running the same macro will open the contextual menu but then the second clip just becomes the selected clip.
Any thoughts?