I think it would be nice to be able to use the KeyUp and KeyDown events on all windows.
The reason for this is because I am trying to make a script that will hide passwords as they are being typed by the user. Currently the only way I can do this is to have a timer and an alias check the contents of the edit box and change the characters typed. It would reduce the code by more than half and greatly improve the performance of this script if I can do this with an event.
Also, along with this, I would like to use the ^ prefix with the KeyUp/KeyDown events if I cannot already.