Created
December 15, 2014 22:28
-
-
Save francisluong/4d1d5341a97d01185de5 to your computer and use it in GitHub Desktop.
OSX Automator Applescript to Create a Start Screensaver (Lock Screen) Hotkey
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Service receives *no input* in *any application* | |
# bind to ctrl-alt-l in keyboard shortcuts | |
on run {input, parameters} | |
tell application "System Events" to start current screen saver | |
return input | |
end run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment