Author Topic: Expanded "Auto" Functionality  (Read 2655 times)

Exergist

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 405
  • Ride the lightning
Expanded "Auto" Functionality
« on: January 13, 2018, 09:08:05 PM »
VoiceAttack can currently switch between profiles when it detects particular windows. Would it be possible to expand upon this functionality? Perhaps things like:
  • Switch to a particular profile when a window disappears
  • Perform a command when a window appears/disappears

Gary

  • Administrator
  • Hero Member
  • *****
  • Posts: 2824
Re: Expanded "Auto" Functionality
« Reply #1 on: January 13, 2018, 10:12:33 PM »
Interesting idea.  You can do that now, though.  Just loop and check for a particular window title using the {WINDOWEXISTS:textVariable}.

Exergist

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 405
  • Ride the lightning
Re: Expanded "Auto" Functionality
« Reply #2 on: January 14, 2018, 12:43:55 AM »
True, though I wasn't sure if your internal methods would be more efficient and save some CPU processing percentage points.