Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 908 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 908 Bytes

AutoHotkeyScripts

A collection of AutoHotkey scripts that I use regularly.

  • MediaPlayer - Turns the Caps Lock key into a Pause/Play button for media players (Spotify, iTunes, VLC, etc.). The script doesn't handle multiple players running at the same time well - It'll just pause/play both so you can end up where both media players are dishing out music at the same time. I use this script every day.
  • SwitchOffMonitor - When you press F1 the monitor gets switched off. If I know I'm going to be away from my computer for a while I can press F1 and the screen will switch off. I've only tested this on my laptop so don't know if this will work on desktop too.
  • GiveHyperFocus - When pressing CapsLock, AHK will bring Hyper into focus -- haven't tested it, but don't think this will play nicely with MediaPlayer script...!