Author Topic: Voice attack to left click continuously  (Read 1032 times)

kermitt

  • Newbie
  • *
  • Posts: 4
Voice attack to left click continuously
« on: July 17, 2021, 12:59:42 AM »
How do I get voice attack to left click continuously every 0.08 seconds while a key is held down. T key in this case.

So T key held down, mouse left click like crazy, then lift T key and mouse clicks stop.

Pfeil

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4759
  • RTFM
Re: Voice attack to left click continuously
« Reply #1 on: July 17, 2021, 01:07:19 AM »
If you want something to execute while a condition (like the state of a keyboard key) evaluates to true, you can use a "Loop Start" action, which, as listed in the documentation and the "Other >" context menu, is a "While Loop", that does exactly that.


Press F1 while VoiceAttack has focus to open VoiceAttackHelp.pdf in your default PDF viewer, which contains information on VoiceAttack's features.

This topic may be of use in addition to the official documentation:
Control flow (If, Else, ElseIf, Loop, Jump) basics

kermitt

  • Newbie
  • *
  • Posts: 4
Re: Voice attack to left click continuously
« Reply #2 on: July 17, 2021, 01:28:02 AM »
Thanks