Jump to content

Changing Radio Command Keys!


Greb

Recommended Posts

Bump

 

Need to bump this thread because I can't seem to find the CommandMenuItems.lua file any more. I've searched through the whole DCS folder to no avail. Has it been moved or changed in the 1.2.7 update.

 

Hope someone can help as I really love using this mod.

Link to comment
Share on other sites

  • 4 years later...
You just change the "F" keys to "Num".

 

 

This works except for F11 and F12, since you do not have Num11 or Num12. So I have personally decided to use this change:

 

 

CommandMenuItems = {

keyCommands = {

{combos = {{key = 'Num1'}}, down = ICommandMenuItem1},

{combos = {{key = 'Num2'}}, down = ICommandMenuItem2},

{combos = {{key = 'Num3'}}, down = ICommandMenuItem3},

{combos = {{key = 'Num4'}}, down = ICommandMenuItem4},

{combos = {{key = 'Num5'}}, down = ICommandMenuItem5},

{combos = {{key = 'Num6'}}, down = ICommandMenuItem6},

{combos = {{key = 'Num7'}}, down = ICommandMenuItem7},

{combos = {{key = 'Num8'}}, down = ICommandMenuItem8},

{combos = {{key = 'Num9'}}, down = ICommandMenuItem9},

{combos = {{key = 'Num0'}}, down = ICommandMenuItem10},

{combos = {{key = 'Num-'}}, down = ICommandMenuItem11},

{combos = {{key = 'Num+'}}, down = ICommandMenuItem12},

{combos = {{key = 'Esc'}}, down = ICommandMenuExit},

{combos = {{key = 'Tab'}}, down = ICommandSwitchDialog},

{combos = {{key = 'Tab', reformers = {'LShift'}}}, down = ICommandSwitchDialog},

-- {combos = {{key = '\'}} down = ICommandSwitchToCommonDialog}

}

}

 

Link to comment
Share on other sites

  • 2 months later...
What about a target script that allow you to say

1. Select UHF (downward mic press) = F menu displays (as normal) then ..

2. Downward select on same mic button to scroll down selections and Upward to scroll upwards, on arrival at desired selection in F menu

3. Press IN on mic select button.

4. Goto 2.

 

I think in Target Script this is possible, getting late now so might check it out tomorrow.

 

 

Yup that would make so much more sense. Some way to cycle through radio options rather than hit a specific number would prevent reaching to the keyboard mid flight and (inevitably) hitting the wrong command.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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