Author Topic: Disable Commands When Button Pressed  (Read 1841 times)

LinuxDevice

  • Newbie
  • *
  • Posts: 42
Disable Commands When Button Pressed
« on: January 28, 2019, 05:38:04 PM »
I have a hot key for my push to talk for voice. Instead of activating VoiceAttack when pushing a key I want to disable VoiceAttack only when that key is pressed (because this press means I'm talking to real people). Is it possible to assign a key such that commands stop when pressed rather than the usual listen when pressed?

Pfeil

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4759
  • RTFM
Re: Disable Commands When Button Pressed
« Reply #1 on: January 28, 2019, 07:48:53 PM »
Actually stop running commands or stop new commands from getting triggered(by voice)?

The latter is a basic function of the Recognition Global Hotkey option. If you select "VoiceAttack stops listening while keys are down", that's exactly what the hotkey will do.

If you also want to stop running commands at the same time, you'll have to map the Recognition Global Hotkey and the Stop All Commands Hotkey to the same key(combination).


Press F1 while VoiceAttack has focus to open the manual.

LinuxDevice

  • Newbie
  • *
  • Posts: 42
Re: Disable Commands When Button Pressed
« Reply #2 on: January 29, 2019, 08:48:06 PM »
Thank you, I think that does the trick.