Maddog Posted February 19, 2017 Share Posted February 19, 2017 This is not really alfred specific, I'm looking for a way to show the mac application switcher and keep it on the screen for navigation with the arrow keys. (like what happens when pressing cmd+tab, then holding cmd down) Is this possible? Link to comment
vitor Posted February 19, 2017 Share Posted February 19, 2017 I don’t think it possible, but like you said, this isn’t Alfred-specific. This is the wrong place to ask, try Ask Different instead. Link to comment
dfay Posted February 20, 2017 Share Posted February 20, 2017 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 Link to comment
Maddog Posted February 23, 2017 Author Share Posted February 23, 2017 @dfay - this brings up the switcher and closes it a bit later, I wanted it to stay up Link to comment
FroZen_X Posted February 23, 2017 Share Posted February 23, 2017 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
dfay Posted February 24, 2017 Share Posted February 24, 2017 Honestly I've barely used it in months. Sierra broke the serial port driver I was using with my stereo system, which was the main thing I used it with. I built a fair # of workflows but none of them really stuck with me. Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now