This script makes use of the Numpad to control media players and volume on your system.
- Install AutoHotkey
- Right-click
.ahk
script Compile Script
- Start executable
Ctrl
+Numpad 4
: Previous TrackCtrl
+Numpad 5
: Play/Pause TrackCtrl
+Numpad 6
: Next TrackCtrl
+Numpad 8
: Volume UpCtrl
+Numpad 2
: Volume Down
8
🔊
4 5 6
⏮️ ⏯️ ⏭️
2
🔉
After testing it for a week I realized that it doesn't always work. Sometimes it stops working after several hours of operation. I have to restart the script to get the keys to work again. Does anyone know why?