nickjerzey311 wrote:
i'm saying that almost everyone who posts here gets the same answer.
"did you look at the FAQ?"
No, they don't. And let's look at your initial question from the Macro thread:
The Macro thread wrote:
I want to have F2 key pressed down when I left click hold my mouse button. I want it released when I release my left mouse button.
That indicates to me and most of the other people here that you haven't checked the tutorial/manual, as these are almost the first rudimentary tasks covered in the tutorial/manual. Only later did you explain your problem in further detail, which included trying to work through remote desktop.
The point is, we can only give you an answer that's as good as your question. Frankly, had you bumped the original thread rather than creating this thread to gripe, someone may have spotted it and been able to help.
At any rate, try this and see what it does:
Code:
~LButton::Send {LButton}{F6 Down}
~LButton up::Send {LButton}{F6 Up}