Quote Originally Posted by fightcow View Post
thanks jack, but I use HKN.
It can be set up in HotKeyNet, too, either via KeyDown/Keyup or Toggle. Micro-Movement has been part of my melee DPS key for ages.

Code:
<Hotkey CapsLockOff 2>
MOUSEOVER CODE REMOVED
	<Else>
	<DoHotkey Hotkey RAlt F9>
	<DoHotkey Hotkey LAlt F9>
	<DoHotkey Hotkey RCtrl F9>
	<DoHotkey Hotkey LCtrl F9>
	<DoHotkey Hotkey RShift F9>
		<SendLabel w3, w4, w5>
			<KeyDown W>
			<KeyUp W>
That's the relevant part of my normal DPS key.

To make it look and function exactly like the ISBoxer linked version. Oem6 is my IWT key ]

Code:
<Hotkey 7>
	<Toggle>
	<SendLabel w3, w4, w5>
		<Key Oem6>
	<Toggle>
	<SendLabel w3, w4, w5>
		<KeyDown W>
		<KeyUp W>
To make it work so they move forward as long as the key is held down and stop when it is released

Code:
<Hotkey 7>
	<SendLabel w3, w4, w5>
		<Key Oem6>

<HotkeyUp 7>
	<SendLabel w3, w4, w5>
		<KeyDown W>
		<KeyUp W>