Jump to content

Recommended Posts

Posted

Hi

 

 

How do you assign views to the TM Warthog without interfering with the HOTAS functions?

 

 

Is there a shift function?

 

 

Thanks

Posted (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 by SGT Coyle

Night Ops in the Harrier

IYAOYAS


 
  • Recently Browsing   0 members

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