My one big script that I always use kept growing up, so i decided to play around a bit and make some configuration GUI's.
The final result is more or less decent IMHO, but I doubt it will be of any use for anyone else. It was just for the fun of it, and for practice.
If someone is bored enough to test it out, and tell me what they think or what horrendous mistakes I made in the code, I'd greatly appreciate it.
It can be found here:
http://www.autohotkey.net/~koro/Mobs.zip
The file is Mobs.ahk, the others are includes and should not be run independently.
Features:
* Screenshots: Takes screenshots of full screen / active window / selected region (using PhiLo's GDIplus functions). If it is told where to find pscp.exe, you can configure a hotkey to login to a remote account(using public key authentication if a key file is specified), upload the last taken screenshot, and copy the url to the uploaded screenshot to the clipboard. This is sometimes quite useful for me.
* Volume control: Wave/Master volume control with configurable on screen display
* Custom menu: Specify a path where to search and it will build a menu with all the folder/files structure (sorted) which allows quick access to the links/files in that folder (pretty useful too, i think)
* Personal hotkeys (only Launchers for the moment)
You can configure any number of hotkeys to execute specific commands, all by means of a Gui (limitations: only generic keys work)
* Special hotkeys, among others: Quick Help on screen, Always on top toggler, Google selected text, browse selected url, Show / Hide desktop icons
* Options: Ignore windows hotkeys, override Capslock, show custom menu, etc