2 separate script of Lua Macros
Posted: 24 Apr 2021, 03:24
I have 2 keyboards that I would like to use for macros. I have a script that intercepts the keystrokes of 1 keyboard, passes that keystroke to a file, then hits the f24 key. I then have AutoHotkey listen for that and then execute a line of code based on what is in said text file. The problem is I want to add more keyboards but I can't figure out how to run 2 scripts separately, AutoHotkey can but Lua can only run 1 (as far as I know). Is there some way to run 2 scripts separately or am I just crazy?