Sorry but I don't play WoW so I can only answer if you rephrase your question in terms of, "I want to do such-and-such with my hands, and then I want HotkeyNet to press such-and-such keys in a WoW window."Originally Posted by 'daviddoran',index.php?page=Thread&postID=114467#p ost114467
The most basic thing about HotkeyNet is that there are triggers and then there are actions. The two things are completely independent. The trigger is what you do with your hands to make the action happen. If you want to trigger an action by clicking the left mouse button while holding F6, then you need to declare F6 as a modifier. This has no effect on the action that the hotkey performs. That hotkey can type any keys or combinations of keys in any windows that you like. If you want to make another hotkey that gets triggered when you hold down some other key, then you need to declare that other key as a modifier.Originally Posted by 'daviddoran',index.php?page=Thread&postID=114467#p ost114467
When you press a hotkey trigger, a chain of events takes place. When you say "nothing happens" I don't know where the chain breaks so I can't answer the question. I need more specific info, such as:When I press it, and click, nothing happens.
1. Did the hotkey definition get loaded? One of the ways you tell is by looking for red messages when the you load the hotkey file. You can also tell by pressing "Show loaded hotkeys" and looking for the definition.
2. When you press the trigger, does HotkeyNet show that the hotkey was pressed in the upper left corner of its main window?
3. Does HotkeyNet display (in black) the commands that the hotkey is supposed to perform?
4. Does HotkeyNet show red and/or blue messages that describe the results of the action? If so, what are they?
That definition says, "With my hands, I want to press the left mouse button while holding F6. Then I want HotkeyNet to type F6 in a WoW window and also click the left mouse button in that window." If that's what you want to do, then that's the right way to write that definition.Do I have to add another function for the pressing of F6?
like
<UseKeyAsModifier F6>
<Hotkey F6 LButton>
<SendWinM WowAlt1>
<Key F6>
<ClickMouse LButton>
That definition says, "With my hands, I want to press the left mouse button while holding F7. Then I want HotkeyNet to type F6 in a WoW window and also click the left mouse button in that window." If that's what you want to do, then that's the right way to write that definition.or do i have to use a separate key for the hotbar that I do for the mouse broadcasting? like
<UseKeyAsModifier F7>
<Hotkey F7 LButton>
<SendWinM WowAlt1>
<Key F6>
<ClickMouse LButton>
Once again, there is no connection between the trigger (what you do with your hands) and the action (what HotkeyNet does.) If you want to hold down F6 with your hand to make HotkeyNet type F6, you can do that. Or if you prefer to hold down F7 to make HotkeyNet type F6, you can do that too. The choice is yours.
Connect With Us