/autohotkey-scripts

My currently running AutoHotKey scripts.

Primary LanguageAutoHotkeyOtherNOASSERTION

My AutoHotkey Scripts

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.

Scripts Included

Behavior

  • Adjust volume with the mouse wheel, and mute/unmute with middle button click
  • Disable Capslock, use Shift+Capslock for deliberate use
  • Disable F1, use Ctrl+F1 for deliberate use
  • Move windows with Alt+LButton + drag

Global Key Sequences

  • WindowsKey+W closes various windows, including terminal
  • WindowsKey+N runs or activates Notepad

Commandline Key Sequences

  • Ctrl+V pastes text from the clipboard within the commandline

Explorer Key Sequences

  • Backspace to visit the parent directory
  • Ctrl+Alt+N to create a new Text Document
  • Ctrl+Alt+D adds or removes a . prefix to the filename to overcome the "You must type a file name" limitation
  • WindowsKey+H to toggle hidden files

Dependencies

AutoHotkey

Usage

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.