Macro Keys not Detected AutoHotkey

一世执手 提交于 2019-11-29 16:46:33

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:

then here:

and if active, you should see something like here:

In the step 6 the hex value column is here:

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

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