What's new

Tutorial Adjust Your Computer's volume using AutoHotkey

Enryu

Enthusiast
Joined
Jul 22, 2021
Posts
34
Solutions
1
Reaction
210
Points
50

About the Script



This AutoHotkey script demonstrates how to control volume with the mouse while scrolling through the Windows Taskbar. With this AutoHotkey script, you may modify the volume of your computer simply scrolling up and down with your middle mouse button.​

Instructions


1. Download and Install AutoHotkey
  • Go to the You do not have permission to view the full content of this post. Log in or register now.
  • Click You do not have permission to view the full content of this post. Log in or register now.
  • During installation of AutoHotkey, you will be asked to choose from UNICODE or ANSI. In short, you would probably want to choose UNICODE. It has support for non-English letters and numbers (characters). Keep going until you see an Install button.​
2. Create a Script
  • Right-Click on your desktop.​
  • Find "New" in the menu.​
  • Click "AutoHotkey Script" inside the "New" menu.​
  • Rename the script. It must end with a .ahk extension. For example: Mouse.ahk​
  • Find the file that you created on your desktop and right-click it.
3. Edit Your Script
  • Click "Edit Script"
  • A window will open, probably Notepad.
  • Paste the script inside the text editor.
  • Save and Close the file.
4. Run it
  • Double click the AutoHotkey file that you created.
Script


Source
You do not have permission to view the full content of this post. Log in or register now.
You do not have permission to view the full content of this post. Log in or register now.
 
Last edited:

Similar threads

Back
Top