What are Coding Snacks?
Coding Snacks represent the best of DonationCoder.
On a special section of our forum, anyone can post an idea for a small custom utility/program.
Coders who hang out on our forum keep an eye out for interesting requests and when they see one that catches their interest, they code it and release it to the public for free.
People who find the tools useful are encouraged to donate directly to the coders to show their appreciation.
Forum Links:
Latest Forum Posts
Process Tamer and Translator BoomerangI heard about you from ShellX City, your Find and Run Robot I believe. Process Tamer has become my favorite though. It's pretty much perfect as is. Your site has made it onto my daily surfing list and I'm always thrilled to find you guys have released a new toy. Really that is why I decided to donate - you make this compulsive tooler happy. I really like your business model; it's very very cool of you to take this approach and I appreciate that by supporting you I'm also helping out other folks who cannot afford to donate to your most worthy cause...one more thing: you've really helped out my network's users by releasing the [Google Translator] Boomerang - responses from support are much more amusing..
J.M.
What are Coding Snacks?
Coding snacks are small custom utilities written by coders who hang out on DonationCoder in response to requests posted on our forum.
You are viewing a specific blog item. Click here to return to the main blog page.
WinManagement Snap!Ok, so here's a modified version of jgpaiva's WinManagement AHK script (my first try at a "real" AHK script).
Here 'a description of the hotkeys/features (these are mere suggestions : to modify the hotkeys, just modify the script) : Snap window's borders to edge of the screen : -------------------------------------------------- WinKey + Up : snap top window border to screen edge WinKey + Down : snap bottom window border to screen edge WinKey + Left : snap left window border to screen edge WinKey + Right : snap right window border to screen edge Move window to screen corners : ---------------------------------- WinKey + Home : move window to upper left corner WinKey + End : move window to bottom left corner WinKey + PgUP : move window to upper right corner WinKey + PgDn : move window to bottom right corner Maximize vertically or horizontally : --------------------------------------- Ctrl + WinKey + Left or Right : Maximize horizontally Ctrl + WinKey + Up or Down : Maximize vertically Other common window management : ------------------------------------------ Ctrl + WinKey + PgUP : Maximize/Restore window Ctrl + WinKey + PgDn : Minimize window Ctrl + WinKey + Home : Toggle On Top/Not On Top |
||

