Created
May 3, 2018 03:38
-
-
Save kaleai/71c5a703a64f167845f62b153c8cf2c8 to your computer and use it in GitHub Desktop.
组合按键
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
^+WheelUp:: | |
SendInput ^#{Right} | |
sleep ,200 | |
return | |
#if GetKeyState("LShift", "p") | |
LAlt & i:: Send {WheelUp} | |
LAlt & k:: Send {WheelDown} | |
LAlt & j:: Send {WheelLeft} | |
LAlt & l:: Send {WheelRight} | |
#if |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment