Quote: Originally Posted by
maniaxzero 
works great except or the fact that the "f" key is now useless. I can only use it again if i exit the script.
Edit: Nevermind. all u gotta do is add this line to the script
f::Send {f}
the key does become much slower when typing havent figured out solution to that yet
why not use one of the F1-F10 keys for the task manager?
e.g:
Code:
f1::Send {esc}
f2::
Run taskmgr
return
f3::Send {tab}
f4::Send !{f4}
etc.