Possible Duplicate:
How can I change the default shortcut in Windows for closing programs?
Hi all, alt-f4 is pretty hard to press (or pretty slow) so I was wondering does anyone know of any other key combinations to close windows? (I've tried Control A-Z but all doesn't work..)
03 Answers
ALT-SPACE C is an alternative (English Windows, other languages might use something else instead of C)
1You can always use AutoHotkey or AutoIT for such jobs.
A script like:
LWin::Send !{F4} Will close the window with the left Win key.
Documentation for AutoHotkey.
Ctrl+W works in numerous programs... notably Windows Explorer and most web browsers (IE, FireFox, & Chrome). If you spend a lot of time surfing this will certainly save a lot of reaching for Alt/Ctrl+F4.