Page 1 of 1

Profile switch back stuck

Posted: Sat Jun 13, 2015 6:00 pm
by celloc
Thanks for this awesome piece of software!


I am struggling with my profile setup for Destiny on the PS4

Profile 0 : Normal mode should be default
Profile 1 : Aiming mode trigger = RMB
Profile 2 : Sprinting mode trigger = LShift

The problem is when I sprint and aim at the same time.
It doesnt switch back to Profile 0 again

Buttons pressed:
None -> RMB down -> RMB up -> Shift down -> Shift up -> RMB down -> Shift down -> RMB up -> Shift up

Image

Config: http://pastebin.com/qUk6QLBH

Re: Profile switch back stuck

Posted: Sun Jun 14, 2015 9:31 pm
by Matlo
Multiple "switch back" triggers don't work well, because gimx remembers a single previous config.

I'll consider the following improvement in a future release:
  • remember the previous & next profile numbers for each profile (-1 = no profile)
  • when an event matches the switch back event of profile X:
    • if X is active, switch back to previous(X)
    • if X is not active, update previous(next(X)) to previous(X)
In other words, have an history of profile switches, update that history when switch back events happen, and only switch back if the switch back event matches the one of the active profile.

Re: Profile switch back stuck

Posted: Mon Jun 15, 2015 4:43 pm
by celloc
Sweet
I am looking forward to it!

Re: Profile switch back stuck

Posted: Sat Jun 27, 2015 2:11 pm
by Matlo
This should be fixed in GIMX 4.3!