Page 1 of 1

Window Events Only register in config-editor

Posted: Mon Feb 15, 2016 7:11 pm
by angluter
Im trying to get Jitbit macro recorder to work with gimx (for 360)

When in config editor, I can get the button presses to register as window events, but in the main program nothing is registering. (Real keyboard, 360 pad both still work)

Any obvious things I might be forgetting?

Re: Window Events Only register in config-editor

Posted: Mon Feb 15, 2016 8:51 pm
by Matlo
Did you also select "Window events" in the "Input" drop-down menu?

Re: Window Events Only register in config-editor

Posted: Wed Feb 17, 2016 10:56 am
by angluter
My problem was fixed by making sure the macro was running before "initializing" the gimx "console" window.

So if i started gimx and launched it, then started macro recorder playing it would not register.

If i started the macro (with a delay of 4 seconds at the beginning) then pressed start on gimx it would work.

Odd, but at least its working. Thanks for the response!