Quote Originally Posted by 'Lokked',index.php?page=Thread&postID=110019#post1 10019
Using HKN, here is an examply Hotkey that you could copy which will Hotkey 3 networked computers:

<Hotkey 1>
<SendPC Local>
<SendWin "Warhammer: Age of Reckoning, Copyright 2001-2008 Electronic Arts, Inc.">
<Key 1>
<SendPC 192.168.0.2> //change to IP to whatever you have your networked comps set up as, and delete this remark
<SendWin "Warhammer: Age of Reckoning, Copyright 2001-2008 Electronic Arts, Inc.">
<Key 1>
<SendPC 192.168.0.3> //change to IP to whatever you have your networked comps set up as, and delete this remark
<SendWin "Warhammer: Age of Reckoning, Copyright 2001-2008 Electronic Arts, Inc.">
<Key 1>
Here's a simpler way to write that. The following does the same thing as what you wrote, but the advantage is that if you want to add more hotkeys, you just write more numbers after the "1":

Code:
<Label W1 Local SendWin Warhammer>
<Label W2 192.168.0.2 SendWin Warhammer>
<Label W3 192.168.0.3 SendWin Warhammer>

<BroadcastKey 1>
 <SendLabel W1, W2, W3>