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")
Code: Select all
Send ^a
Code: Select all
elseif (button == 51) then lmc_spawn("C:\\m1.exe")
Code: Select all
Send ^a