Page 1 of 1

Eve Online doesn't accept Key Stroke Actions?

PostPosted: Sat Jan 21, 2017 2:45 am
by drizzdt
At the moment when I map ALT+V to ALT+W via KeyMap(s) It doesn't appear to send this to eve directly. However when I set the target to a dxNothing window I hear error sounds as if its trying to invoke that key combination but obviously there is nothing for it to do.

Has Eve blocked IsBoxer's keyboard invocation as part of their anti-broadcast?

Re: Eve Online doesn't accept Key Stroke Actions?

PostPosted: Sat Jan 21, 2017 2:57 am
by lax
No.

Assuming you're sending to Window:Current (self)...
You probably need to enable the Hold option on the Mapped Key that sends Alt+<anything>, because of the modifiers. EVE tends to queue the input and then use a script to asynchronously check modifier states later on .... meaning that it can miss out on the Alt, even though it was pressed during the entire time the other key was pressed.

Re: Eve Online doesn't accept Key Stroke Actions?

PostPosted: Sat Jan 21, 2017 3:06 am
by drizzdt
Well I tried mapping ALT+V to ALT-W and when i do it via keyboard it works. However If i invoke this via Clickbar it doesn't. The Debug window shows button keystroke@is3 164+w was pressed but won't invoke the keybind?

[img]http://pasteboard.co/oF9ubg9sv.png[/img]

Re: Eve Online doesn't accept Key Stroke Actions?

PostPosted: Sat Jan 21, 2017 3:17 am
by drizzdt
Attached is my xml config.

Re: Eve Online doesn't accept Key Stroke Actions?

PostPosted: Sat Jan 21, 2017 5:18 am
by bob
Try setting the HOLD option to ON like Lax suggested.
Image

And round robin to Self isn't really going to work, because Self is the current window, and it wont really round robin between a single target.

If you want to use Round Robin on a wider group you will probably need to unselect the option which disables broadcasting for EVE. In fact this might be your problem as the Clickbar is sending to another window which is probably not the active window (self), so ISboxer is blocking it because that is kindof like broadcasting.

Image

Re: Eve Online doesn't accept Key Stroke Actions?

PostPosted: Sat Jan 21, 2017 5:39 am
by drizzdt
Doh i missed the Hold option setting.

Works now. Thank you all! :)