Apparently the 'data' for my fn key is:
Code: Select all
; fn Key:
;Vendor ID: 5426 Product ID: 586 Ung/Us: l/O Data: 040A0000000000000000000000000000 {down}
;Vendor ID: 5426 Product ID: 586 Ung/Us: 1/0 Data: 04000000000000000000000000000000 {up}
I tried this sort of thing, but it doesn't work:
Code: Select all
SendInput, {Raw}"{0x040A0000000000000000000000000000}"
Send {f1}
SendInput, {Raw}"{0x04000000000000000000000000000000}"
[Mod edit: Moved topic from AHK v2 help since this post shows v1 code.]