Skip to content

Instantly share code, notes, and snippets.

@AutonomousCat
Created June 25, 2023 02:04
Show Gist options
  • Save AutonomousCat/7176202db05960190990f2de35a4d0c0 to your computer and use it in GitHub Desktop.
Save AutonomousCat/7176202db05960190990f2de35a4d0c0 to your computer and use it in GitHub Desktop.
My default AutoHotKey (v2) script
SendMode "Input"
PgUp::MouseClick "WheelUp",,, 5
PgDn::MouseClick "WheelDown",,, 5
Browser_Home::return
LWin & WheelUp::send "{Volume_Up}"
LWin & WheelDown::send "{Volume_Down}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment