Sorry to bring up an old thread but I have a question.
Maybe this will become apparent once I install/mess around with AutoHotkey but what is the "Grave" button? In other words what is the syntax of the <Hotkey> tag?Code:<UseKeyAsModifier Grave>
<Hotkey Grave LButton>
<SendFocusWin>
<MouseClick LButton>
<SendWinM LWoW1>
<MouseClick LButton>
<SendPC 192.168.1.8>
<SendWinM RWoW3>
<MouseClick LButton>
If I wanted to bind this to key K would it be <HotKey K LButton>?