I have a problem have a keystorke set in autohotkey, but teh problem is that one program running on background consumes that keystroke and autohotkey action doenn't trigger at all. I need autohotkey to consume that keystorke first and don't let it get away so other application doesn't notice it ever happened.
Edit:
!t::
send {up}
return
This works just fine without background program running (Taskbar Eliminator)
editlink) the snippet you're using? – yhw42 May 31 '11 at 14:58