speedbird5 Posted November 10, 2019 Posted November 10, 2019 (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 November 10, 2019 by speedbird5
Recommended Posts