Hello. I would like to ask if it is possible to change the way of using the "3 point curve" tool using vba.
The default handling of the tool is as follows:
While the handling method that I would like to use should look like this:
I was able to achieve this effect using autohotkey, but this solution does not work as expected from time to time so I thought a vba based solution would be more stable as long as it could be obtained as a macro. below is the code I am using in Autohotkey:
+v:: ; keyboard shortcut Shift + vSend, !r ; calling the 3 point curve tool using Alr + r shortcutSleep 10Send, !rSleep 10Send, {LButton Down} ; LMB pressing simulationSleep 10KeyWait, LButton,D ; LMB physical clickSleep 10Send, {LButton Up} ;LMB release simulationSleep 10return
Thanks for any suggestions
I would recommend Alex's ThreePointArc Macro
ThreePointArc Macro Module (oberonplace.com)
I have been using it for years, its works great.
-Shelby
Thank you for your interest, I know this great macro, while the default tool in Corel has an advantage because it offers live preview, which in my case is very helpful ..