Jump to content

MIC Switch Button strange behavior


stenji

Recommended Posts

I mapped the 4 MIC Switch positions to be used with VoiceAttack and purely into DCS.

The following are my lines:

 

MapKeyIOUMD(&Throttle, MSR, L_SHIFT+'C', L_ALT+L_CTL+L_SHIFT+L_WIN+'1',.....

MapKeyIOUMD(&Throttle, MSU, L_SHIFT+'M', L_ALT+L_CTL+L_SHIFT+L_WIN+'5',.....

MapKeyIOUMD(&Throttle, MSD, L_SHIFT+'I', L_ALT+L_CTL+L_SHIFT+L_WIN+'4',......

MapKeyIOUMD(&Throttle, MSL, L_SHIFT+'B', L_ALT+L_CTL+L_SHIFT+L_WIN+'2',......

where basically I have MIDS 1 & 2 and COMM 1 & 2 shifted and 4 channels on VA in pure mode.

 

Now I am trying to bind the MIC button to CAGE/UNCAGE 'C' key like this:

MapKeyIOUMD(&Throttle, MSP, 'C', 'C', 'C', 'C', 'C', 'C');

 

but when I use the event tester and push the MIC button it gives me L_Shift+'C' instead of pure 'C'.

I tried to remove the line and write it down from zero but I got the same result.

I tried to change command and assign RAID/FLIR FOV 'I' key but when I check it out it gives me L_shift+'I'

 

How it comes? Any explanation? :helpsmilie:


Edited by stenji
Adding info
Link to comment
Share on other sites

  • Recently Browsing   0 members

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