Jump to content

Recommended Posts

Posted (edited)

Hi,

 

I have a Warthog Throttle and Stick and use TARGET script to combine them into one controller.

 

I want to use the Paddle switch on the joystick - S4 - and the Mic switch Left - MSL - on the throttle temporary IO shift buttons.

 

This works better ergonomically as you can use one finger for shifting and the other hand for button selection on the opposite controller.

 

I have tried the following with no success.

 

SetShiftButton(&Joystick, S4,0,0,0,0);
SetShiftButton(&Throttle, MSL,0,0,0,0);
MapKeyIO(&Joystick, S1, L_SHIFT+ 'b', 'a');
MapKeyIO(&Throttle, CSU, L_SHIFT+ 'e', 'd’);

Edited by speedbird5
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...