Jump to content

Unlock Screen


Recommended Posts

  • 2 weeks later...
  • 4 weeks later...

Hi! I need only remote stop screensaver or awake screen from sleep without password unlock. How to use this workflow for that? When i try to use this workflow, it select a name of the folder on my desktop and trying to rename it.

Link to comment

 

Hey,

 

change the script to this:

 

on alfred_script(q)

tell application "System Events"
do shell script "caffeinate -u -t 1"
key code 123
end tell
end alfred_script
 
does it then work as you want it to ?

 

It works! Oh great! Thank you very much!

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...