August 21, 20223 yr I want to assign two keypresses to an unused axis on the Bravo Throttle Quadrant. When the lever is up, key "3" shall be pressed, when it's down, key "2" shall be pressed. I already assigned these two keys in MSFS to condition lever lean and rich, so when I press them on the keyboard, they work, the lever in the cockpit moves to the assigned position. So now I wanted to make two axis assignment, one for every button. I started with the "2", the assignment window looks like this: Select Axis, Event and Variable stay empty. Enter virtual key: 2 Device: Bravo Throttle Quadrant (.........) Move Joystick axis: RotationY Update Value: Continuously (also tried OnChange) Axis min: -16384 Axis max: 0 (the axis is calibrated from -16384 to 0, so that from the middle to the upper position, the value is 0) Assigned Combo: empty Unfortunately this does not work. Just to check, I also assigned "2" and "3" to buttons on the Bravo, this works. Even in this window I can write 22222 with the button, but not with the lever. I think I have an understanding error, can anyone please push me in the right direction ? THANKS in advance!
August 22, 20223 yr Commercial Member Make sure to set the "Trigger Direction" and associated parameters correctly. And you probably want the axis to go from -16K to +16K so it has a "middle" point (to reference the up/down direction). In general, it would probably be better to use scripts instead of the virtual keys. With a script you can first set the FOCUS on the flightsim process, then send the actual scan codes from your keyboard. That makes sure that the keys don't get lost - normally only the app that has the focus gets them. And I would leave it set to "On Change" unless you have guaranteed noise free levers. LORBY-SI
Archived
This topic is now archived and is closed to further replies.