Before windows 7, I was using an autohotkey script to positioning windows. Now, windows 7 has Win+Up/Down/Left/Right for moving the active window. There are few reasons I want to disable the built-in hot keys:
- When my script is being used, built-in hot keys still work for a few types of windows like console and some service control window but not all of them. This inconsistency is hard to cope with.
- I cannot stop using my script because it provides more ways of positioning and aligning windows, comparing to the built-in hot keys.
Thanks

