Jump to content

Recommended Posts

Posted

Hi Folks,

I want to program my hat1 to operate the trimmer in DCS world with the SU25. The key command for the trimmer it to HOLD DOWN the right control key and then press either . , ; /

 

I can't get the Cougar to HOLD down the right control key. When I test it, it produces one RCTL then releases it then repeats the character until the hat is released then it lets up the key.

 

This is no good as it moves the optical sight as it's commands are the same without RCTL held down.

 

How do I make the right control key get held down as well as the key?

 

Here is the code:

 

BTN H1U /I /H Elevator_trim_up

/O /H Glance_forward

 

BTN H1D /I /H Elevator_trim_down

/O Threat_Missile_Padlock

 

BTN H1L /I /H Aileron_trim_left

/O Padlock

 

BTN H1R /I /H Aileron_trim_right

/O Center_View Cockpit_view Break_Padlock

 

 

 

Here is the macro:

 

Elevator_trim_up = RCTL .

Elevator_trim_down = RCTL ;

Aileron_trim_right = RCTL /

Aileron_trim_left = RCTL ,

Rudder_trim_right = RCTL x

Rudder_trim_left = RCTL z

Cancel_Trim_Settings = LCTL t

 

Alternatively has anybody got an DCS world su25 Cougar profile I can try out?

 

Thanks

Posted

Why don't you bind the paddle lever in front of the pinky button as a modifier key in the game then you can use the cookie hat to look around and as the trim hat.

Posted (edited)
Hi Folks,

I want to program my hat1 to operate the trimmer in DCS world with the SU25. The key command for the trimmer it to HOLD DOWN the right control key and then press either . , ; /

 

I can't get the Cougar to HOLD down the right control key. When I test it, it produces one RCTL then releases it then repeats the character until the hat is released then it lets up the key.

 

This is no good as it moves the optical sight as it's commands are the same without RCTL held down.

 

How do I make the right control key get held down as well as the key?

 

Here is the code:

 

BTN H1U /I /H Elevator_trim_up

/O /H Glance_forward

 

BTN H1D /I /H Elevator_trim_down

/O Threat_Missile_Padlock

 

BTN H1L /I /H Aileron_trim_left

/O Padlock

 

BTN H1R /I /H Aileron_trim_right

/O Center_View Cockpit_view Break_Padlock

 

 

 

Here is the macro:

 

Elevator_trim_up = RCTL .

Elevator_trim_down = RCTL ;

Aileron_trim_right = RCTL /

Aileron_trim_left = RCTL ,

Rudder_trim_right = RCTL x

Rudder_trim_left = RCTL z

Cancel_Trim_Settings = LCTL t

 

Alternatively has anybody got an DCS world su25 Cougar profile I can try out?

 

Thanks

 

Try this:

 

Elevator_trim_up = /PUSB(DE4 D37) /RUSB(U37 UE4)Rem 'RCTL .'

 

Elevator_trim_down = /PUSB(DE4 D33) /RUSB(U33 UE4)Rem 'RCTL ;'

 

Aileron_trim_left = /PUSB(DE4 D36) /RUSB(U36 UE4)Rem 'RCTL ,'

 

Aileron_trim_right = /PUSB(DE4 D38) /RUSB(U38 UE4)Rem 'RCTL /'

 

Rudder_trim_left = /PKD(LCTL z) /RKU(z LCTL)Rem 'CTL z'

 

Rudder_trim_right = /PKD(LCTL x) /RKU(x LCTL)Rem 'CTL x'

 

Cancel_Trim_Settings = <CTL t>

 

 

Hope it helps..

 

 

Out

Edited by PoleCat
  • Recently Browsing   0 members

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