bunraku Posted July 16, 2019 Posted July 16, 2019 Hi How do you assign views to the TM Warthog without interfering with the HOTAS functions? Is there a shift function? Thanks
SGT Coyle Posted July 17, 2019 Posted July 17, 2019 (edited) Using TARGET, I assigned several views to the Trim Hat and the Button 1. For the Trim Hat I use it for all the trim functions Nose up, down, left, and right. Shifted-In layer I assign a sequence of F1, F2, F4. On a shifted-In layer I assign a sequence of F1 and F10, on Button 1. //Trim + MapKeyIO(&Joystick,H1U, SEQ( F2_Aircraft_view, F4_Chase_view, F1_Cockpit_view), Trim_Nose_Down); MapKeyIO(&Joystick,H1D, SEQ( F10_Theater_map_view, F1_Cockpit_view), Trim_Nose_Up); MapKeyIOUMD(&Joystick,H1R, Trim_Rudder_Right, Trim_Right_Wing_Down); MapKeyIOUMD(&Joystick,H1L, Trim_Rudder_Left, Trim_Left_Wing_Down); There's an example of the TARGET .tmc code I use for the Trim Hat. Edited July 17, 2019 by SGT Coyle Night Ops in the Harrier IYAOYAS
Recommended Posts