Page 1 of 1
Gimx ignores deactivated switch back for profiles
Posted: Fri Jun 05, 2015 1:02 pm
by Kekskrümel
Hi,
with the newest version gimx ignores the deactivated switch back for profiles,
so I cant release the button or it switch back to the other profile.
Re: Gimx ignores deactivated switch back for profiles
Posted: Fri Jun 05, 2015 1:05 pm
by Matlo
Hi,
Please post the content of your config file in a code tag.
Re: Gimx ignores deactivated switch back for profiles
Posted: Fri Jun 05, 2015 1:10 pm
by Kekskrümel
Thx for the help, here is the config.
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<root>
<controller id="1" dpi="0" type="DS4">
<configuration id="1">
<trigger type="joystick" id="0" name="X360 Controller" button_id="4" switch_back="no" delay="0"/>
<mouse_options_list/>
<intensity_list/>
<button_map>
<button id="abs_axis_7" label="">
<device type="joystick" id="0" name="X360 Controller"/>
<event type="button" id="3"/>
</button>
<button id="abs_axis_8" label="">
<device type="joystick" id="0" name="X360 Controller"/>
<event type="button" id="1"/>
</button>
<button id="abs_axis_9" label="">
<device type="joystick" id="0" name="X360 Controller"/>
<event type="button" id="0"/>
</button>
<button id="abs_axis_10" label="">
<device type="joystick" id="0" name="X360 Controller"/>
<event type="button" id="2"/>
</button>
<button id="abs_axis_11" label="">
<device type="joystick" id="0" name="X360 Controller"/>
<event type="button" id="9"/>
</button>
<button id="abs_axis_12" label="">
<device type="joystick" id="0" name="X360 Controller"/>
<event type="button" id="10"/>
</button>
<button id="abs_axis_16" label="">
<device type="joystick" id="0" name="X360 Controller"/>
<event type="button" id="8"/>
</button>
<button id="abs_axis_15" label="">
<device type="joystick" id="0" name="X360 Controller"/>
<event type="button" id="7"/>
</button>
<button id="abs_axis_3" label="">
<device type="joystick" id="0" name="X360 Controller"/>
<event type="button" id="11"/>
</button>
<button id="abs_axis_5" label="">
<device type="joystick" id="0" name="X360 Controller"/>
<event type="button" id="12"/>
</button>
<button id="abs_axis_6" label="">
<device type="joystick" id="0" name="X360 Controller"/>
<event type="button" id="13"/>
</button>
<button id="abs_axis_4" label="">
<device type="joystick" id="0" name="X360 Controller"/>
<event type="button" id="14"/>
</button>
</button_map>
<axis_map>
<axis id="rel_axis_0" label="">
<device type="joystick" id="0" name="X360 Controller"/>
<event type="axis" id="0" dead_zone="0" multiplier="0.004" exponent="1.00" shape=""/>
</axis>
<axis id="rel_axis_1" label="">
<device type="joystick" id="0" name="vJoy Device"/>
<event type="axis" id="1" dead_zone="0" multiplier="0.004" exponent="1.00" shape=""/>
</axis>
<axis id="rel_axis_2" label="">
<device type="joystick" id="0" name="X360 Controller"/>
<event type="axis" id="2" dead_zone="0" multiplier="0.004" exponent="1.00" shape=""/>
</axis>
<axis id="rel_axis_3" label="">
<device type="joystick" id="0" name="X360 Controller"/>
<event type="axis" id="3" dead_zone="0" multiplier="0.004" exponent="1.00" shape=""/>
</axis>
<axis id="abs_axis_13" label="">
<device type="joystick" id="0" name="X360 Controller"/>
<event type="axis" id="4" dead_zone="0" multiplier="0.008" exponent="1.00" shape=""/>
</axis>
<axis id="abs_axis_14" label="">
<device type="joystick" id="0" name="X360 Controller"/>
<event type="axis" id="5" dead_zone="0" multiplier="0.008" exponent="1.00" shape=""/>
</axis>
</axis_map>
</configuration>
<configuration id="2">
<trigger type="joystick" id="0" name="X360 Controller" button_id="6" switch_back="no" delay="0"/>
<mouse_options_list/>
<intensity_list/>
<button_map>
<button id="abs_axis_1" label="">
<device type="joystick" id="0" name="X360 Controller"/>
<event type="button" id="2"/>
</button>
<button id="abs_axis_2" label="">
<device type="joystick" id="0" name="X360 Controller"/>
<event type="button" id="3"/>
</button>
<button id="abs_axis_18" label="">
<device type="joystick" id="0" name="X360 Controller"/>
<event type="button" id="9"/>
</button>
<button id="abs_axis_19" label="">
<device type="joystick" id="0" name="X360 Controller"/>
<event type="button" id="10"/>
</button>
<button id="abs_axis_17" label="">
<device type="joystick" id="0" name="X360 Controller"/>
<event type="button" id="1"/>
</button>
</button_map>
<axis_map>
<axis id="rel_axis_4" label="">
<device type="joystick" id="0" name="X360 Controller"/>
<event type="axis" id="0" dead_zone="0" multiplier="0.004" exponent="1.00" shape=""/>
</axis>
<axis id="rel_axis_5" label="">
<device type="joystick" id="0" name="X360 Controller"/>
<event type="axis" id="1" dead_zone="0" multiplier="0.004" exponent="1.00" shape=""/>
</axis>
<axis id="rel_axis_7" label="">
<device type="joystick" id="0" name="X360 Controller"/>
<event type="axis" id="3" dead_zone="0" multiplier="0.004" exponent="1.00" shape=""/>
</axis>
<axis id="rel_axis_6" label="">
<device type="joystick" id="0" name="X360 Controller"/>
<event type="axis" id="2" dead_zone="0" multiplier="0.004" exponent="1.00" shape=""/>
</axis>
</axis_map>
</configuration>
</controller>
</root>
Re: Gimx ignores deactivated switch back for profiles
Posted: Fri Jun 05, 2015 9:48 pm
by Matlo
I opened issue
#330. Thanks for reporting!