Thanks for the quick response.

[code:1]
<hotkey 1>
<sendpc local>
1
[/code:1]

This works perfectly, it passes through on whatever window I type.

[code:1]
<hotkey 1>
<sendpc local>
1
<sendpc 172.19.3.3>
1
[/code:1]

This does not work for me. It will send the 1 key to the 172.19.3.3 client. But it will give an error on the server and won't send the 1 key.

When loading the hotkey.txt file it gives this information in a window.
[code:1]
cHotkeyTable: 1
cHotMainKey: 1 ModStates: 1

<1>
SendTo = 0.0.0.0 "" 3896616
SendTo = 172.19.3.3 "" 0
[/code:1]

Hope you can help me out with this problem and hopefully make it better for future users also : )