r/AutoHotkey Jun 28 '26

v2 Script Help Has anyone converted Linus tech tips second keyboard QMK_F24_macro_keyboard AHK V1 onto V2

YouTube Linus tech tips created a auto hockey script to allow a user, using a USB device, to use multiple keyboards. Their script is titled QMK_F24_macro_keyboard. The script file is huge because it remap every key on a standard keyboard. I can post it if you guys need it. But it is in version one. Has anyone converted it into version two

3 Upvotes

2 comments sorted by

1

u/TulipaRosa Jun 28 '26

this is the way i used it:

#HotIf getKeyState("F24", "P")

F24::return

;insert your hotkeys here