Skip to the content
Andrew Guyton's Blog
programming/photography/gaming
  • About
  • Contact
  • Photography
  • Projects
    • Game Feedback
    • Thanks
    • Wiki Editor Bug Reports
    • Wiki Editor Feedback
  • About
  • Contact
  • Photography
  • Projects
    • Game Feedback
    • Thanks
    • Wiki Editor Bug Reports
    • Wiki Editor Feedback

Tag AutoHotkey

  • Home
  • How to mute your computer at night
By Andrew Guyton 0 Comment

How to mute your computer at night

Software
AutoHotkey, mute, scheduled task

Let’s say you have a tendency to leave Facebook or Gmail open on your computer, and your friends have a tendency of texting you at 3 am. Getting woken up

Continue readingHow to mute your computer at night

By Andrew Guyton 0 Comment

Renaming music files via AutoHotkey and metadata

Articles, Software
AutoHotkey, automation, music

As a sequel to my previous post, I’ve always wanted to use the metadata embedded in a file (which is usually correct on most downloaded music) to fix the filenames

Continue readingRenaming music files via AutoHotkey and metadata

By Andrew Guyton 0 Comment

Disable Windows key during a game

Gaming, Software
AutoHotkey, Diablo 2

I’ve gotten back into playing Diablo 2, and I accidentally hit the Windows key every now and then, which minimizes the game. Here’s the code to disable that key via

Continue readingDisable Windows key during a game

By Andrew Guyton 2 Comment

Add artist to filename with AutoHotkey

Software
AutoHotkey, music

A common task I’ve been using AutoHotkey for lately is adding the artist to the filename of an mp3. Here’s some quick code to do that: RenameSongs(path, artist) { Loop

Continue readingAdd artist to filename with AutoHotkey

By Andrew Guyton 4 Comment

Using iTunes with AutoHotkey_L

Software
AutoHotkey, COM, Dropbox, iTunes

So I recently noticed that my code to combine AutoHotkey with iTunes wasn’t working, so tonight’s project was to get it working again. Luckily, AutoHotkey has dramatically developed since I

Continue readingUsing iTunes with AutoHotkey_L

Posts navigation

1 2 … 4
Copyright © 2023