Author Topic: Disable Joystick / Enable Joystick Hotkey  (Read 4060 times)

Yuki

  • Guest
Disable Joystick / Enable Joystick Hotkey
« on: January 07, 2017, 07:55:05 AM »
So i set up VA to use multiple inputs on my D-Pad from the joystick to manage my pips in elite.
I also use my d-pad to navigte through menus.

So i was hoping there is a shortcut to disable joystick / enable joystick just like you can do with the listening.
If not, is there some sort of workaround?

Pfeil

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4747
  • RTFM
Re: Disable Joystick / Enable Joystick Hotkey
« Reply #1 on: January 07, 2017, 08:23:31 AM »
There's no shortcut in the options menu, but you can toggle keyboard/mouse/joystick functionality using the relevant "Enable" and "Disable" actions within a command:
Code: [Select]
Begin Text Compare : [{STATE_JOYSTICKBUTTONS}] Equals '1'
    Disable Joysticks
Else
    Enable Joysticks
End Condition

Yuki

  • Guest
Re: Disable Joystick / Enable Joystick Hotkey
« Reply #2 on: January 07, 2017, 08:43:31 AM »
Thanks a lot will try it later :3