Search found 1 match

by everett
03 Jul 2019, 09:58
Forum: Bug reports
Topic: Adobe Illustrator not supported?
Replies: 3
Views: 9727

Re: Adobe Illustrator not supported?

mst wrote:
11 Nov 2016, 21:09
You are a genius, very competent answer!

AutoHotKey exe files integrated into Lua Macros solves all my problems!

Thank you, unimagined possibilities :!:

Example for "selecting all":

LuaMacros:

Code: Select all

elseif (button ==  51) then lmc_spawn("C:\\m1.exe")
AutoHotKey:

Code: Select all

Send ^a
Got it!