Poll: When you have to trigger an item, do you:
You do not have permission to vote in this poll.
1. Reach over and press the hotkey with your hand?
51.61%
16 51.61%
2. Click on it to activate with mouse?
22.58%
7 22.58%
3. Other
25.81%
8 25.81%
Total 31 vote(s) 100%
* You voted for this item. [Show Results]

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What's your keyboard technique?
#9
I use autohotkey (http://www.autohotkey.com/download/) to change the hotkeys for the items to d, f and a. Auto Hotkey sends the corresponding Num-Key-Event without the original key when triggered. This influences the chatting a little bit, since some letters will be replaced by numbers which might be confusing. But the additional speed in triggering the items is worth this chatting problem.Wink

Here is my script I use:

regread, war, HKEY_CURRENT_USER, Software\Blizzard Entertainment\Warcraft III, ProgramX
menu, tray, icon, %war%, 1, 1

;; Inventory
#ifWinActive ahk_class Warcraft III
d::send, {Numpad7}
f::send, {Numpad8}
a::send, {Numpad4}
return

have fun, haz0r =)
"That's the way it is with any powerful tool: There's always more to learn, and there are always better ways to do what you've done before." D. E. Knuth
Reply


Messages In This Thread
What's your keyboard technique? - by Jayzer - 2010-05-13, 22:17:34
Re: What's your keyboard technique? - by Althend - 2010-05-13, 22:40:24
Re: What's your keyboard technique? - by Prog - 2010-05-13, 23:06:22
Re: What's your keyboard technique? - by Keiser - 2010-05-15, 03:15:05
Re: What's your keyboard technique? - by Equiem - 2010-05-16, 15:19:55
Re: What's your keyboard technique? - by haz0r - 2010-06-03, 08:46:47
Re: What's your keyboard technique? - by Equiem - 2010-06-15, 00:10:44
Re: What's your keyboard technique? - by MyStique - 2010-12-09, 05:47:00



Users browsing this thread: 1 Guest(s)