Ok, I will try to walk you through it.
1. Create Labels for your wow-Windows.
This can be done liek:
Code:
<Label w1 Local SendWinM WoW1>
<Label w2 Local SendWinM WoW2>
This defines that the label w1 can be used to send to the window named WoW1 on the local pc using the SendWinM method.
2. Define a Hotkey
You can now define a simple Hotkey like:
Code:
<Hotkey 1>
<SendLabel w1,w2>
<Key 2>
if you like to define a hole bunch of Hotkeys you can do this by using lists:
Code:
<KeyList MyList A-Z, 1-9, F1-F12, Enter, Tab, Space, Comma except W, A, S, D, Q, E, F>
<Hotkey MyList; Shift MyList; Alt MyList; Ctrl MyList>
<SendLabel w1, w2, w3, w4, w5>
<Key %Trigger%>
if you now want to define movement-keys that should be send to all wow you can do this like the following:
Code:
<MovementHotkey up, down, left, right>
<SendLabel w1, w2>
<Key %Trigger%>
hope this helps.
Btw.: all this can be found on the guides/examples on hotkeynet.com
Connect With Us