Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OKsign/056e94ca1ce45a75471e566773484bb4 to your computer and use it in GitHub Desktop.
Save OKsign/056e94ca1ce45a75471e566773484bb4 to your computer and use it in GitHub Desktop.
#MaxHotkeysPerInterval 200
#IfWinActive, ahk_exe WINWORD.EXE
*Wheeldown::
*Wheelup::
*Wheelleft::
*Wheelright::
return
#IfWinActive ahk_exe EXCEL.EXE
*Wheeldown::
*Wheelup::
*Wheelleft::
*Wheelright::
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment