Skip to content

Instantly share code, notes, and snippets.

@kaleai
Created May 3, 2018 03:38
Show Gist options
  • Save kaleai/71c5a703a64f167845f62b153c8cf2c8 to your computer and use it in GitHub Desktop.
Save kaleai/71c5a703a64f167845f62b153c8cf2c8 to your computer and use it in GitHub Desktop.
组合按键
^+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