Find Program Files Directory in AutoHotkey
Traditionally, if you’re running AutoHotkey and want to use the Program Files directory in a path, you’d use the built-in variable %A_ProgramFiles% which would parse out to wherever the directory
Traditionally, if you’re running AutoHotkey and want to use the Program Files directory in a path, you’d use the built-in variable %A_ProgramFiles% which would parse out to wherever the directory
I’ve gotten a lot of search results for “autohot key use mouse button as shortcut” lately so I figured I’d write a short post for whoever keeps looking for it.
My most recent project has been using certain free tools to create RSS feeds. I’m an avid user of Google Reader (since 2007 I’ve read something like 133k items) and
I’ve had another idea… press a certain key combination, and you get a link to whatever text you had selected. This mirrors the ability to easily share text on sites
Continue readingPastebin functionality from Dropbox and AutoHotKey
Sorry for a new version so soon, but I realized somewhat belatedly that the easy way to get a file’s location is to simply copy it, something that AutoHotKey does