Quote Originally Posted by 'Morganti',index.php?page=Thread&postID=124626#pos t124626
Sure. I'm still playing with mine, but it works. I am only broadcasting the keys that I actually use on the alt machines (no failover or anything fancy setup right now...I had all kinds of technical issues even starting, so we've been hammering that out). This is what I have right now:

Code:
 
<Label bean local SendWin "Warhammer: Age of Reckoning, Copyright 2001-2008 
Electronic Arts, Inc."> 
<Label ender 192.168.1.1 SendWin "Warhammer: Age of Reckoning, Copyright 
2001-2008 Electronic Arts, Inc."> 
<Label petra 192.168.1.2 SendWin "Warhammer: Age of Reckoning, Copyright 
2001-2008 Electronic Arts, Inc."> 

<HoldDownKey up, down, left, right> 
<SendLabel bean> 

<BroadcastKey 1, 2, 3, 4, 5, 6, 7, 8, 9, 0> 
<SendLabel bean, ender, petra> 

<BroadcastKey o, y, p, l, t, a> 
<SendLabel bean, ender, petra> 

<BroadcastKey Plus, Minus, Space> 
<SendLabel bean, ender, petra> 

<BroadcastKey b, c, d, e, f, g, h, i, j, k, m, n, q, r, s, u, v, w, x, z, Oem2, 
Oem1, Oem3, Oem4, Oem5> 
<SendLabel bean> 

<BroadcastKey f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12> 
<SendLabel bean>
Thanks. I only want the basic keys passed myself. I will try to match this to the instructions. But the one thing that I don't get right off are the Oem2, Oem1, ... Oem5 keys. Could you enlighten me on those?