Sending Combo Key action simulating DirectInput

£可爱£侵袭症+ 提交于 2019-12-11 19:11:45

问题


I found this useful script on this thread to remap a key on a game.

T::
SetKeyDelay,300
Send {Blind}{b DownTemp}
Send {Blind}{b Up}

It works for the game I'm playing but I have not figured it out for a more sophisticated command like remapping T to Ctrl+B?

I thought of changing the script like this, but it doesn't work:

T::
SetKeyDelay,300
Send {Blind}{Ctrl DownTemp}
Send {Blind}{b DownTemp}
Send {Blind}{b Up}
Send {Blind}{Ctrl Up}
return

来源:https://stackoverflow.com/questions/21557385/sending-combo-key-action-simulating-directinput

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