Skip to content

Instantly share code, notes, and snippets.

@dkopec91
Last active April 1, 2022 20:34
Show Gist options
  • Save dkopec91/18748b5f657ba04bd09c61c05d1bf020 to your computer and use it in GitHub Desktop.
Save dkopec91/18748b5f657ba04bd09c61c05d1bf020 to your computer and use it in GitHub Desktop.
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
~LButton & WheelUp::SoundSet, +10
~LButton & WheelDown::SoundSet, -10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment