Jump to content

Please add a keybind for HOTAS mic switch up,you can't complete the STAT HOTAS SWITCH TEST without it.


Go to solution Solved by LeCuvier,

Recommended Posts

Posted

Hi,is there any chance to add a keybind for the "HOTAS mic switch up"when time permits?  Even though it has no function in DCS World now,you can't complete the STAT HOTAS SWITCH TEST without it.

test1.pngtest2.png

 

Much appreciate.

 

Kyoto Animation forever!

  • Solution
Posted (edited)

This keybind exists already for the TM Warhog throttle. I suspect you want it for use with a different kind of game controller.
ED have disabled the related line of LUA code in the file "default.lua" by adding "--" at the beginning of the line.
You could easily enable the line by removing the "--" using Notepad++
It's line 261 in my rig and it currently looks like this:

--{down = iCommandPlane_HOTAS_MIC_SwitchUp,    up = iCommandPlane_HOTAS_MIC_SwitchOff, name = _('HOTAS MIC Switch Up (no function)'),    category = _('HOTAS')},

Notepad++ shows the entire line in green because the "--" comments it out.

Edited by LeCuvier
  • Like 2

LeCuvier

Windows 10 Pro 64Bit | i7-4790 CPU |16 GB RAM|SSD System Disk|SSD Gaming Disk| MSI GTX-1080 Gaming 8 GB| Acer XB270HU | TM Warthog HOTAS | VKB Gladiator Pro | MongoosT-50 | MFG Crosswind Pedals | TrackIR 5

Posted
6 hours ago, LeCuvier said:

This keybind exists already for the TM Warhog throttle. I suspect you want it for use with a different kind of game controller.
ED have disabled the related line of LUA code in the file "default.lua" by adding "--" at the beginning of the line.
You could easily enable the line by removing the "--" using Notepad++
It's line 261 in my rig and it currently looks like this:

--{down = iCommandPlane_HOTAS_MIC_SwitchUp,    up = iCommandPlane_HOTAS_MIC_SwitchOff, name = _('HOTAS MIC Switch Up (no function)'),    category = _('HOTAS')},

Notepad++ shows the entire line in green because the "--" comments it out.

 

Nice find,I'm going to try it out. Thanks 😄

Kyoto Animation forever!

  • Recently Browsing   0 members

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