I use the number and function keys for my action bars and alt is my preferred modifier key for macros since I have limited dexterity in my pinky finger. The problem I'm having is my heal macros are on the function keys so I'm unable to put an alt modifier macro on F4 or I'll close wow every time I hit it. Now I've found a nifty little program called autohotkey that lets me write scripts to disable or remap keys so I have alt F4 disabled currently.
So my question is, is it possible to make Alt+F4 function as if I just pressed Alt+F4 without triggering the windows shortcut, and if so how?
Here's the script I'm currently using.
#ifWinActive World of Warcraft
!F4::return
|