Author Topic: How can I use two joysticks for toggling listening?  (Read 1650 times)

j4s0n

  • Newbie
  • *
  • Posts: 2
How can I use two joysticks for toggling listening?
« on: November 29, 2023, 05:53:43 PM »
I have two throttles that I use for DCS, depending on the aircraft. I added both as joysticks in VA, but it only lets me choose one activation button at a time, so when I swap sticks, I have to change the activation button in VA. Is there a way to have both sticks active in the profile at once?

Pfeil

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4767
  • RTFM
Re: How can I use two joysticks for toggling listening?
« Reply #1 on: November 30, 2023, 12:39:42 AM »
The built-in "Joystick Button Recognition" option is intended for a single button (combination).

However, you can use commands to replicate that functionality.


E.G. if you want push-to-talk, you can create two commands:

One with the "When I press button" option selected, and its "Shortcut is invoked only when all buttons are released" option disabled (unchecked), containing the "Make VoiceAttack Start Listening" action

Another with the "When I press button" option selected, and its "Shortcut is invoked only when all buttons are released" option enabled (checked), containing the "Make VoiceAttack Stop Listening" action

j4s0n

  • Newbie
  • *
  • Posts: 2
Re: How can I use two joysticks for toggling listening?
« Reply #2 on: December 03, 2023, 09:24:37 PM »
That does the trick. Thanks!