问题
I am trying to use a second keyboard as a Macro Board, I am using the program Lua Macros and an AutoHotkey script. I was wondering if anyone knew how to print text through this. For example when I press the 'o' key on my second keyboard 'Hello World' would be written instead if I were working in google chrome or other programs.
回答1:
If you want to use 2 different keyboards, then you could try to use HIDMacros. This program can still work together with AHK and it allows you to define hotkeys PER keyboard. Something AHK can't. In the past I've used HIDMacros together with a USB numpad so that I had 15+ separate keys (without needing to use Shift, Control and Alt combinations.
Video: https://www.youtube.com/watch?v=XKq7vjKgcJY
Website: http://www.hidmacros.eu/
Apparently the developer has stopped support, but that should not mean that you can't use it.
来源:https://stackoverflow.com/questions/47758315/lua-macros-for-second-keyboard