Application Launched trigger enhancement

LorneCash

New member
I have a macro that enables autorotate if a specific app is launched.

I'm trying to write another macro that will turn off autorotate when that app is no longer being used. My first thought was to use Application Closed trigger but that causes problems when switching apps to another running app because it activates while the "running app selection" is active which would be the correct behavior but just not desirable in this case.

I think the best fix would be to enhance the Application Launched trigger to have one additional dialog asking for any/select/select not where any would trigger on any/every application launch, select would be the current behavior where you select the apps that activate the application launch trigger, and select not would be where you select a list of applications and any application launched that is NOT in the list activates the Application Launched trigger.

Another possible solution would be to add a checkbox to Application Closed that forces it to delay the trigger while the "running app selection" screen is up. For this case it should wait until a choice is made or it's back on the home screen which is also a valid choice.

Thank you for your consideration.
 

LorneCash

New member
PS a select all button would not be desirable because then every time i install a new app it would need to be edited.
 
Top