Skip to content

Instantly share code, notes, and snippets.

@kaleai
Created May 3, 2018 03:39
Show Gist options
  • Save kaleai/a6c8c3a505a8488530b465e2cd77e001 to your computer and use it in GitHub Desktop.
Save kaleai/a6c8c3a505a8488530b465e2cd77e001 to your computer and use it in GitHub Desktop.
AHK:鼠标滚轮+组合键
;------------- 切换标签栏 --------------
^WheelLeft::
SendInput ^{tab}
sleep ,200
return
^WheelRight::
SendInput ^+{tab}
sleep ,200
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment