Personal Projects

Here's a few of my personal projects, most are pretty old. Let me know if you use any of them, or have feature suggestions.

SwapWindow

This program moves the currently-focused window and moves it to the second monitor. The neat thing is that it keeps maintains the position of the window relative to the screen (upper left corner), and also the normal/maximized state of the window. There are no options, just run it and it swaps the focused window.

The easiest way to use this is to bind it to a shortcut key (I use my own "HotKeyHelper" to do this).

Download SwapWindow.zip

HotKeyHelper

My own personal version of the shortcut key manager. Very simple; it allows you to bind shorcut keys to programs. I have just about every key on my keyboard mapped to some program, including volume tools, my SwapWindow shortcut, every program I commonly run, and even a handy "Close the front-most window" key (helps to quit programs without having to search for that pesky close button).

Download HotKeyHelper.zip