johnjohn7
01-01-2015, 07:56 PM
Hi - I have a 2 client setup for Lord of the Rings on 1 PC that has been working great for 3 weeks.
Two days ago, key combinations stopped working.
Single key works fine.
Type 1 on my master window, 1 is sent to both my master client my 2nd client.
Key combo's like Shift+1, Shift+1 is sent to my master, but my 2nd client only gets 1.
Same problem with any other combo I try, e.g. Ctrl+5 and Alt+9, the master gets Ctrl+5, Alt+9, but my 2nd client only gets 5, 9.
This problem is true for any key combo I try.
I really don't understand why this has been working fine for 3 weeks, and then all of sudden, poof, no more.
Nothings changed on my PC. I've tried reboot, kill all my other processes, nada.
Any ideas?
I'm using HotKeyNet
//-----------------------------------------------------------
// RENAME LOTRO'S
//-----------------------------------------------------------
<Hotkey Ctrl ALT F1>
<SendPC local>
<RenameWin "The Lord of the Rings Online™" LOTRO1>
<RenameWin "The Lord of the Rings Online™" LOTRO2>
//-----------------------------------------------------------
// DEFINE MAIL LABELS FOR SENDING KEY STROKES
//-----------------------------------------------------------
<Label w1 Local SendWin LOTRO1>
<Label w2 Local SendWin LOTRO2>
//-----------------------------------------------------------
// DEFINE VARIABLE FOR WHICH WINDOW IS MAIN
//-----------------------------------------------------------
<hotkey Ctrl Alt Shift F1>
<setvar target F1>
<hotkey Ctrl Alt Shift F2>
<setvar target F2>
//-----------------------------------------------------------
// CTRL-ALT-R TO RESET LOTRO'S AFTER LAUNCH
//-----------------------------------------------------------
<Hotkey ALT Ctrl R>
<SendPC local>
<RenameWin "LOTRO1" "The Lord of the Rings Online™">
<RenameWin "LOTRO2" "The Lord of the Rings Online™">
<RenameWin "lotro1" "The Lord of the Rings Online™">
<RenameWin "lotro2" "The Lord of the Rings Online™">
//-----------------------------------------------------------
// DEFINE HOTKEYS FOR ALL KEY COMBINATIONS THAT WILL GET
// SENT TO BOTH WINDOWS. ADD MORE KEY COMBO'S IF YOU WANT.
// NOTE: REMOVED F1 from list - testing
//-----------------------------------------------------------
<KeyList MyKeyList 0-9, Clear, Plus, Minus, F2-F12, Numpad1, Decimal, Oem3, NumpadEnd, NumpadDelete>
<Hotkey ScrollLockOn MyKeyList; ScrollLockOn SHIFT MyKeyList; ScrollLockOn CTRL MyKeyList; ScrollLockOn ALT MyKeyList>
<if target is F1>
<SendLabel w2, w1>
<Key %Trigger%>
<else if target is F2>
<SendLabel w1, w2>
<Key %Trigger%>
Two days ago, key combinations stopped working.
Single key works fine.
Type 1 on my master window, 1 is sent to both my master client my 2nd client.
Key combo's like Shift+1, Shift+1 is sent to my master, but my 2nd client only gets 1.
Same problem with any other combo I try, e.g. Ctrl+5 and Alt+9, the master gets Ctrl+5, Alt+9, but my 2nd client only gets 5, 9.
This problem is true for any key combo I try.
I really don't understand why this has been working fine for 3 weeks, and then all of sudden, poof, no more.
Nothings changed on my PC. I've tried reboot, kill all my other processes, nada.
Any ideas?
I'm using HotKeyNet
//-----------------------------------------------------------
// RENAME LOTRO'S
//-----------------------------------------------------------
<Hotkey Ctrl ALT F1>
<SendPC local>
<RenameWin "The Lord of the Rings Online™" LOTRO1>
<RenameWin "The Lord of the Rings Online™" LOTRO2>
//-----------------------------------------------------------
// DEFINE MAIL LABELS FOR SENDING KEY STROKES
//-----------------------------------------------------------
<Label w1 Local SendWin LOTRO1>
<Label w2 Local SendWin LOTRO2>
//-----------------------------------------------------------
// DEFINE VARIABLE FOR WHICH WINDOW IS MAIN
//-----------------------------------------------------------
<hotkey Ctrl Alt Shift F1>
<setvar target F1>
<hotkey Ctrl Alt Shift F2>
<setvar target F2>
//-----------------------------------------------------------
// CTRL-ALT-R TO RESET LOTRO'S AFTER LAUNCH
//-----------------------------------------------------------
<Hotkey ALT Ctrl R>
<SendPC local>
<RenameWin "LOTRO1" "The Lord of the Rings Online™">
<RenameWin "LOTRO2" "The Lord of the Rings Online™">
<RenameWin "lotro1" "The Lord of the Rings Online™">
<RenameWin "lotro2" "The Lord of the Rings Online™">
//-----------------------------------------------------------
// DEFINE HOTKEYS FOR ALL KEY COMBINATIONS THAT WILL GET
// SENT TO BOTH WINDOWS. ADD MORE KEY COMBO'S IF YOU WANT.
// NOTE: REMOVED F1 from list - testing
//-----------------------------------------------------------
<KeyList MyKeyList 0-9, Clear, Plus, Minus, F2-F12, Numpad1, Decimal, Oem3, NumpadEnd, NumpadDelete>
<Hotkey ScrollLockOn MyKeyList; ScrollLockOn SHIFT MyKeyList; ScrollLockOn CTRL MyKeyList; ScrollLockOn ALT MyKeyList>
<if target is F1>
<SendLabel w2, w1>
<Key %Trigger%>
<else if target is F2>
<SendLabel w1, w2>
<Key %Trigger%>