Space fractal thanks. I DLed it, and it is very easy to use. for anyone that will be DLing it; make a text file (with the extention .AHK with this text in it
^up::Mousemove,0,-5,0,R
^down::Mousemove,0,5,0,R
^left::mousemove,-5,0,0,R
^right::mousemove,5,0,0,R
^q::mouseclick,left
^w::mouseclick,left,,,2
^e::mouseclick,right
When you double click on the .ahk file it will make it so a ctrl+w will do a double click for insstance. (^ is ctrl)
Basic format : hotkey::command
If you change around the hotkeys a bit, you can make it so you can hold a certain button on your panel down to move the mouse, do single clicks, double clicks, and right mouse button clicks with this. hehe, only took me 5 minutes to make this little thingy for autohotkey, starting from knowing nothing about it to begin with. I think I will be using this program for many other stuff in the future.