lua macros for second keyboard

孤者浪人 提交于 2019-12-11 17:36:05

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!