A compilation of my favorite AutoHotkey scripts. Some of these have been downloaded and tweaked, others written by me, as indicated in each individual .ahk file.
- Adjust volume with the mouse wheel, and mute/unmute with middle button click
- Disable
Capslock
, useShift+Capslock
for deliberate use - Disable
F1
, useCtrl+F1
for deliberate use - Move windows with
Alt+LButton
+ drag
WindowsKey+W
closes various windows, including terminalWindowsKey+N
runs or activates Notepad
Ctrl+V
pastes text from the clipboard within the commandline
Backspace
to visit the parent directoryCtrl+Alt+N
to create a new Text DocumentCtrl+Alt+D
adds or removes a.
prefix to the filename to overcome the "You must type a file name" limitationWindowsKey+H
to toggle hidden files
Run "MyAHK.ahk" or "MyAHK.exe" The utility will sit in the notification area while it's active. To stop the script, right-click the icon and select Exit.