- Messages
- 7
- Country

Hello,
I have an Aircraft in fs9 where some Gauges can only be operated by mouse clicks, keystrokes won´t work mostly.I´ve tried anything with FSUIPC include logging or offsets,-no way.
The Gauges are programmed in XML, so my idea theres surly a way to get them work, with standard FS key commands or normal Key strokes like Shift+F" or whatever in addition to the mouse clicks.
Can anyone help with it ?, im not a Programmer.
Which lines must be added or changed to get them work with keystrokes.
Far as i know there is a FS Key command in this XML "K:MIXTURE1_LEAN", but won´t work
<Gauge Name="Boostpump_L" Version="1.0">
<Element>
<Select>
<Value>(L:FUELBOOST_L,bool)</Value>
<Case Value="0">
<Image Name="Switch_3_Off.bmp" ImageSizes="37,62,0,0"/>
</Case>
<Case Value="1">
<Image Name="Switch_3_On.bmp" ImageSizes="37,62,0,0"/>
</Case>
</Select>
</Element>
<Element>
<Select>
<Value>(L:FUELBOOST_L,bool) 0 == (A:TURB ENG1 N1, percent) 94 > && if{ (>K:MIXTURE1_LEAN) }</Value>
</Select>
</Element>
<Mouse>
<Cursor Type="Hand"/>
<Click>(L:FUELBOOST_L, bool) ! (>L:FUELBOOST_L, bool)</Click>
</Mouse>
</Gauge>
Thanks,
Thomas
I have an Aircraft in fs9 where some Gauges can only be operated by mouse clicks, keystrokes won´t work mostly.I´ve tried anything with FSUIPC include logging or offsets,-no way.
The Gauges are programmed in XML, so my idea theres surly a way to get them work, with standard FS key commands or normal Key strokes like Shift+F" or whatever in addition to the mouse clicks.
Can anyone help with it ?, im not a Programmer.
Which lines must be added or changed to get them work with keystrokes.
Far as i know there is a FS Key command in this XML "K:MIXTURE1_LEAN", but won´t work
<Gauge Name="Boostpump_L" Version="1.0">
<Element>
<Select>
<Value>(L:FUELBOOST_L,bool)</Value>
<Case Value="0">
<Image Name="Switch_3_Off.bmp" ImageSizes="37,62,0,0"/>
</Case>
<Case Value="1">
<Image Name="Switch_3_On.bmp" ImageSizes="37,62,0,0"/>
</Case>
</Select>
</Element>
<Element>
<Select>
<Value>(L:FUELBOOST_L,bool) 0 == (A:TURB ENG1 N1, percent) 94 > && if{ (>K:MIXTURE1_LEAN) }</Value>
</Select>
</Element>
<Mouse>
<Cursor Type="Hand"/>
<Click>(L:FUELBOOST_L, bool) ! (>L:FUELBOOST_L, bool)</Click>
</Mouse>
</Gauge>
Thanks,
Thomas

