Jump to content

Is it possible to invoke the osx application switcher and keep it up?


Recommended Posts

On 20/02/2017 at 1:03 AM, dfay said:

Use Applescript: 


tell application "System Events"
	command key down
	keystroke tab
	delay 3
	command key up
end tell

I used this technique with Alfred Remote -- see 

 

 

Kinda curious what else you use Alfred remote for nowadays? I have been using it just a few days ago for some locking/unlocking at work.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...