Hi Freddie.

I'm having some trouble with one of my hotkey binds. It is with the 'Numpad /' , aka <DIVIDE>. As far as I can tell it is being recognised by HKN and is being listed in the set of binds displayed when you load a file. However, it won't hook onto the key.

Here is the output from the bind listing for <DIVIDE>

Code:
 
cHotkeyTable: DIVIDE 
cHotMainKey: DIVIDE ModStates: 10010001 
<DIVIDE> 
SendTo = 0.0.0.0 "" 4160992 
SendTo = W.X.Y.Z "" 0 
<LCTRL DIVIDE> 
SendTo = 0.0.0.0 "" 4160992 
SendTo = W.X.Y.Z "" 512 
<LALT DIVIDE> 
SendTo = 0.0.0.0 "" 4160992 
SendTo = W.X.Y.Z "" 64
Any thoughts?

Also as a feature request, is it possible to have the HKN on/off toggle bindable?