Jump to content

Recommended Posts

Posted (edited)

MapKeyIO(&Joystick,TG1,R_SHIFT+'p',0);
MapKeyIO(&Joystick,TG2,0,SPC);

 

TG1 out returns with RCTL / and TG1 in does not generate any keystroke.

Edited by Mower

"You see, IronHand is my thing"

My specs:  W10 Pro, I5/11600K o/c to 4800 @1.32v, 64 GB 3200 XML RAM, Red Dragon 7800XT/16GB, monitor: GIGABYTE M32QC 32" (31.5" Viewable) QHD 2560 x 1440 (2K) 165Hz.

Posted

Works fine on mine:

 

TG2 Out returns Space

TG1 Out returns nothing (0)

TG1 In returns R_SHIFT P just fine.

 

image.png

Win11 Pro 64-bit, Ryzen 5800X3D, Corsair H115i, Gigabyte X570S UD, EVGA 3080Ti XC3 Ultra 12GB, 64 GB DDR4 G.Skill 3600. Monitors: LG 27GL850-B27 2560x1440 + Samsung SyncMaster 2443 1920x1200, HOTAS: Warthog with Virpil WarBRD base, MFG Crosswind pedals, TrackIR4, Rift-S, Elgato Streamdeck XL.

Personal Wish List: A6 Intruder, Vietnam theater, decent ATC module, better VR performance!

Posted

Maybe I should reflash the stick firmware.

"You see, IronHand is my thing"

My specs:  W10 Pro, I5/11600K o/c to 4800 @1.32v, 64 GB 3200 XML RAM, Red Dragon 7800XT/16GB, monitor: GIGABYTE M32QC 32" (31.5" Viewable) QHD 2560 x 1440 (2K) 165Hz.

Posted (edited)

I would try with a complete empty script (all buttons and switches commented out "//") and just both TG1 and 2 programmed to be sure nothing make things go belly up further down the road in the script.

Edited by Lange_666
  • Like 1

Win11 Pro 64-bit, Ryzen 5800X3D, Corsair H115i, Gigabyte X570S UD, EVGA 3080Ti XC3 Ultra 12GB, 64 GB DDR4 G.Skill 3600. Monitors: LG 27GL850-B27 2560x1440 + Samsung SyncMaster 2443 1920x1200, HOTAS: Warthog with Virpil WarBRD base, MFG Crosswind pedals, TrackIR4, Rift-S, Elgato Streamdeck XL.

Personal Wish List: A6 Intruder, Vietnam theater, decent ATC module, better VR performance!

Posted (edited)
On 9/25/2021 at 9:54 PM, Mower said:

MapKeyIO(&Joystick,TG1,R_SHIFT+'p',0);
MapKeyIO(&Joystick,TG2,0,SPC);

 

TG1 out returns with RCTL / and TG1 in does not generate any keystroke.

 

 

You set 0 to the fourth argument, so it is normal TG1 generate nothing for "in". For the R_SHIFT becoming R_CTL, make sure you did not have another mapping for TG1 that conflict with this one.

 

7 hours ago, Mower said:

Maybe I should reflash the stick firmware.

 

 

Don't do that, this is not a firmware error, you will risk hardware fault for nothing.

Edited by sedenion
  • Like 1
  • Recently Browsing   0 members

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