Author Topic: Using "Or" for pressing joystick buttons.  (Read 834 times)

pjgs

  • Newbie
  • *
  • Posts: 1
Using "Or" for pressing joystick buttons.
« on: October 02, 2022, 04:18:50 AM »
I have 2 joysticks connected and I want both to execute the same command when pressing a button without adding two separate commands to VA.
Example:

Toggle VR:  joystick 1 button 4 and joystick 2 button 4.

Now I have two commands BRD Toggle VR and FSSB Toggle VR.
It would be nice if I had only the command Toggle VR initiated by either of the joysticks.

Pfeil

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4759
  • RTFM
Re: Using "Or" for pressing joystick buttons.
« Reply #1 on: October 02, 2022, 04:26:43 AM »
One joystick button (combination) can be assigned per command, so you'll need two regardless.

However, rather than duplicating a command entirely, you could use the "Execute Another Command" action in one command, to execute the other.
That way, if you want to modify the structure of the command, you only need to edit one of them.