Macro Keys not Detected AutoHotkey

前端 未结 1 630
别跟我提以往
别跟我提以往 2020-12-22 00:11

I have just purchased the Steelseries apex gaming keyboard and rival mouse. Unfortunately, each of these products has different software for macros and keyboard lighting, bo

相关标签:
1条回答
  • 2020-12-22 00:41

    You can get the name for special keys that are not listed in AutoHotkey documentation by following steps here.

    Some notes and explanations:

    You can use that script for step 1:

    #InstallKeybdHook
    Sleep, 99999999999999999999
    

    When you run it, check if keyboard hook is active by:

    press here:

    enter image description here

    then here:

    enter image description here

    and if active, you should see something like here:

    enter image description here

    In the step 6 the hex value column is here:

    enter image description here

    If that is not working for you, try Alternate solutions in the link that I provided before.

    0 讨论(0)
提交回复
热议问题