Log in

View Full Version : [HotKeyNet] [lotro]



Vreejack
11-19-2012, 08:08 PM
Having trouble getting SendWin to actually tab over to the appropriate window. It seems to try, but gets an error message from the operating system:

<SendWin lotro2> failed: Operating system SetForegroundWindow function failed; Windows reports system error 0, "The operation completed successfully."

What happens is that the taskbar unhides with the lotro2 tab blinking for attention, but it never actually receives focus.

Some actions still work, such as anything that goes into a text box, or selects a target, so, for example, I can select fellowship member #2 and execute a /follow command this way, but I cannot execute any quickbar actions this way as apparently focus is required and never received.

Should have mentioned: Vista.

Vreejack
11-19-2012, 08:23 PM
Well I found something that seems to work. I am not really keycloning here as almost all commands are separated so that one character has Alt and Shift, while the other character has Ctrl and unmodified. but there are a couple of exceptions, like mounting horses. The <Key F2> simply selects the party leader so that member #2 can assist against the same target without worrying about targeting... or will heal instead, depending.

<Hotkey Actionkeys; Shift ActionKeys; Alt ActionKeys; Ctrl ActionKeys>
<SendLabel w1>
<Key %Trigger%>
<SendLabel w2>
<Key F2>
<Wait 50>
<Key %Trigger%>
<Restore>