A keyboard dedicated to macros, inspired by TaranVH.
This tutorial is based around Windows 10. It shouldn't be too different on other Windows OS's, but there may be some variation. I am also using HIDMacros for this tutorial even though it is desupported because I had better luck with that than LuaMacros/Intercept.
Setup is fairly simple for people who are good with technology. You will need a second keyboard to hand for this tutorial.
- Install AHK and verify that is working.
- Download/extract HIDMacros from http://www.hidmacros.eu/HidMacros.zip (if that ever goes down, I will happily rehost, let me know).
- Create a shortcut to
HIDMacros.exeand put it inshell:startup(Type it in the Windows Explorer address box, it will pop up). - Right click the shortcut, select
Compatibilityin the top bar and selectRun this program as an administrator. - Start HIDMacros from the shortcut.
- Click
Settingsat the top and tickMinimize to trayandStart minimized. - Click
Exitand reopen it. It should automatically start minimized to the task tray. Click the keyboard icon in the task tray to reopen it. - Plug in your second keyboard if you have not already.
- Under
MacrosclickNew. - Name it whatever you want, I tend to put the keyboard, function and key in my names (for example
T Keyboard 2 (New Telnet Connection)). - Click
Scanand select the key on your other keyboard you want the macro to be linked to. This will bind the script you select to it. - Make a AHK script that auto-runs on the script being ran.
- In the macro you were just making, set the action to
run application, click..., set the file type to all files so you can see *.ahk files and select your script. - Click
Save configurationand minimize it (will go into the task tray because of the configurations we did earlier). - When you click that key, it should now work. Congrats! Feel free to add more functions doing this same process. It will also autostart with Windows because we added a shortcut to the startup folder.




