Author Topic: Multiple Joysticks  (Read 819 times)

FlyBoyd

  • Newbie
  • *
  • Posts: 1
Multiple Joysticks
« on: July 30, 2020, 11:54:31 AM »
I have multiple throttles that I use on a regular basis.  I can enable the different throttles in the options menu, however in the profile menu I have to go in and reset the controls for each throttle.  Is the way to accomplish it so I don't have to do that is create a new profile?  Or maybe duplicate the profile and just change the push to talk settings and rename it for whichever throttle I'm using? 

Just trying to figure out the easiest way to do it so when I change throttles, it's much easier to get going.

Thanks!


Pfeil

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4759
  • RTFM
Re: Multiple Joysticks
« Reply #1 on: July 30, 2020, 12:16:18 PM »
You could create command(s) for push-to-talk in addition to, or instead of, the global "Joystick Button Recognition" option (or the "Override Joystick Recognition Button" profile-level option).

E.G.
Code: [Select]
Start VoiceAttack listening
Start Loop While :  Joystick 1 Button 1 Is Pressed
End Loop
Stop VoiceAttack listening
Where the command is triggered by the relevant joystick button, and the loop is set to run while that same button is pressed down.