-
Notifications
You must be signed in to change notification settings - Fork 20
Description
Please add Activator support for quitting all apps.
Presently, I use the following lines in an AutoHotKey script to quit all apps, but sending one Activator command to quit all apps would be more elegant.
Run, %comspec% /c plink root@127.0.0.1 -pw -batch activator send libactivator.system.homebutton,, Hide ;Press the Home Button so I know the QuitAll "Clear" button will always be in its portrait mode location when I bring up the App Switcher
Sleep, 1000 ;Give time for the Home Screen to animate into view
Run, %comspec% /c plink root@127.0.0.1 -pw -batch activator send libactivator.system.activate-switcher,, Hide ;Bring up the App Switcher
Sleep, 1000 ;Give time for the App Switcher to animate onto the screen
iClick(161,244) ;Click the portrait mode location of the QuitAll "Clear" button
It would be great if I could call one Activator command to replace all of the above. Something like...
Run, %comspec% /c plink root@127.0.0.1 -pw -batch activator send clear.com.daveapps.quitall,, Hide