Hi,
using the Thrustmaster TARGET Software with a script like NOIDs F/A-18 Warthog Profile(https://www.digitalcombatsimulator.c...files/3300626/) is failing when a key with a modifier like RCTRL is sent by the Target Software.
For example trimming:
MapKeyIO(&Joystick,H1U,R_CTL+USB[0x33],USB[0x60]); // trim usb code ';', view up usb code 'num8'
Pressing the Mode 2 pinkie lever and the trim switch down and checking with the Target Event Tester i see the following:
Key Press: RCTL
Key Press: .
Key Release: RCTL
Key Release: .
so the script seems to work, but trying to trim the F/A-18 in DCS does not work.
Keyboard assignment of the Trimmer Switch - PULL is assigned to keyboard RCtrl + .
If i try to change the keyboard assignment in DCS and press mode 2 + H1D only the RCtrl as the modifier is recognized in DCS but not the „.“ as Key/Button.
Sometimes in 1 out 30 tries the „.“ is recognized as well and if I use the trim switch diagonal, so that H1D+H1L is executed the same time either a „.“ or a „,“ is recognized in one out of 3 tries.
Seems pretty strange to me, and it’s probably more a problem of DCS not recognizing the key than a fault in your script.
Tried for more than 2 hours to search google for modifier related faults in DCS without success.
Latest WIN10 Pro 1809
Target Version 3.0.18.328
Firmware 23 on Throttle and 12 on Joystick
Latest DCS and also tried 2.5.4.26552 both in german and english version.
Any help is appreciated.