Hello, thank you for your project.
I have Multi-Keyboard-For-AHK working with Autohotkey so that I can make custom key combinations on different keyboards. Thank you!
Is there an option to send other keys straight through to the system? For example, if I wanted to press the letter 'A' on a keyboard that is added in the configuration.ini file, no keys are sent through. LuaMacros had a way to enable non-mapped keys.
if (direction == 1) then return end -- ignore down; if you want to be able to type the original letters as well with the secondary keyboard, remove this line
This was how LuaMacros handled it. Is there a way to do this in your software?
Hello, thank you for your project.
I have Multi-Keyboard-For-AHK working with Autohotkey so that I can make custom key combinations on different keyboards. Thank you!
Is there an option to send other keys straight through to the system? For example, if I wanted to press the letter 'A' on a keyboard that is added in the configuration.ini file, no keys are sent through. LuaMacros had a way to enable non-mapped keys.
if (direction == 1) then return end -- ignore down; if you want to be able to type the original letters as well with the secondary keyboard, remove this line
This was how LuaMacros handled it. Is there a way to do this in your software?