Author Topic: Left mouse button press only  (Read 407 times)

Wolfhawk

  • Newbie
  • *
  • Posts: 7
Left mouse button press only
« on: July 21, 2024, 05:19:08 PM »
Voice attack allows for a keyboard button to pressed (but not released), but doesn't seem to have that feature for a mouse button click. In particular, I want to initiate a voice command to press and hold the left mouse button, then do some stuff, after which the left mouse button is to be released. How do i implement this in voice attack? Note I am fully aware that you can set a time for the press and release, but that doesn't allow one to do stuff in between the left mouse press, and the left mouse release.

Gary

  • Administrator
  • Hero Member
  • *****
  • Posts: 2827
Re: Left mouse button press only
« Reply #1 on: July 21, 2024, 09:22:39 PM »
Hi, Wolfhawk

If you click on the 'Mouse >' button and then choose 'Click', you'll notice the dropdown for the click feature has several options.   You'll want to pick 'Press down' to press the selected mouse button down, and, subsequently 'Release' to release the mouse button.  Between these two actions, you'll want to supply some kind of pause or other action.



Hope that helps!

Wolfhawk

  • Newbie
  • *
  • Posts: 7
Re: Left mouse button press only
« Reply #2 on: July 27, 2024, 04:09:30 PM »
Awesome - thanks