Replace "alt+f4" with "win+w"
...or choose anything else, "win+q" is quite popular as well.
- Get Autohotkey
- win+r, enter:
%AppData%\Microsoft\Windows\Start Menu\Programs\Startup
- create "win+w.ahk"
- paste this in there:
#w::Send !{F4}
return
if you are interested in more, here's a quick symbol rundown:
# = windows key
^ = ctrl key
! = alt
+ = shift
<^>! = alt gr
now enjoy not crippiling your hand every time you want to close a window
Backlinks
computers
* Windows - custom shortcuts with ahk: [[win+w-close]]