Is there a keystroke that can lock the Mac OS X screensaver?

31

6

On Windows I can hit Windows + L to lock my desktop. On Leopard there doesn't seem to be this capability. While I can set the screensaver to come on very quickly, I would like to hit a key combo to lock my computer.

Brian Lyttle

Posted 2009-07-23T16:28:39.943

Reputation: 1 011

Answers

2

Modern update for posterity, no additional software is required to do this. It's built-in in a number of ways.

Default Shortcut

There's a default global shortcut as a modifier of the typical "quit" shortcut to perform this action, visible against the Apple menu item Lock Screen: ⌃⌘Q (Control Command q)

Default Lock Screen menu shortcut.

Pressing this keyboard shortcut combination or selecting this entry from the Apple menu will instantly lock your display.

Customizing the Shortcut

Menu-based actions can be remapped by the user under Keyboard System Preferences, Shortcuts tab. Use the App Shortcuts section, click the + button, define a new keyboard shortcut, and use the Menu Title of Lock Screen. In this way you can add or change shortcuts for any menu-accessible action in any application. An example: I have ⌘K (Command k) mapped in iTunes to the Subscribe to podcast… menu item, to match Finder's Connect to server… shortcut.

Idle Locking

To automatically lock your display after a period of inactivity when the screensaver becomes active, configure that under Security & Privacy System Preferences. It's often convenient to not set this to Immediate to account for accidental screensaver activations, e.g. if reading a particularly dense textbook errata online or accidentally activating a "hot corner".

To make this directly usable as an action, you can utilize the ⌃⇧⏏ (Control Shift Eject) shortcut, or configure a "hot corner" to immediately trigger the screensaver under Desktop & Screen Saver System Preferences. This will allow you to "throw" your mouse into a corner of the screen as the shortcut. (This is a nod to a classic feature, dating back to one of the original screensavers on the original 1984 Macintosh: After Dark, and before that, an analog clock screensaver and a black and white fireworks demo. Upper right to activate, lower right to prevent.)

Auto-lock when idle.

Touch Bar

Touch Bar equipped MacBook Pro notebook computers can be configured to provide a "Lock Screen" button in the right-hand "control strip" (amusingly, this name also dates back to Classic Mac OS 8 or 9…) by using The "Customize Touch Bar…" action under Keyboard System Preferences.

Drag the Screen Lock action into the control strip portion of the Touch Bar.

Touch Bar configuration to lock screen.

Old Method: Keychain Access

Keychain Access used to offer an option to display a lock icon in the menu bar, next to the clock. This would give you access to locking the display as well as explicitly locking your keychains (forgetting your saved account password in-memory). Apple appear to have removed this feature.

Old Method: Fast User Switching

This is a creative way to trigger essentially the same effect as "locking" your screen, tackled from an entirely different direction. If you enable "Fast User Switching" you can gain access to the login screen without actually logging out entirely. The option can be enabled from the Users & Groups System Preference panel, Login Options, check the checkbox.

Enabling and using Fast User Switching.

To make this accessible by keyboard shortcut will require some extra work. For step by step instructions to accomplish this (using Automator and a command-line invocation within), please see this other Superuser answer.

Third-Party Software

A use case Apple have not covered, yet, is automatic locking based on physical proximity. They have unlocking down pat with the Allow your Apple Watch to unlock your Mac option, which is excellent, if you happen to have one of those devices. The reverse is desperately needed, though! (At some companies, leaving your workstation unlocked is a firing offence!)

Luckily, there are solutions available, though they range wildly in effective difficulty level to implement and use. I'm a true UNIX geek, and appreciate power and flexibility first and foremost, so I'm a fan of solutions like Proximity combined with Apple Script / Automator. There are also solutions like Keycard (App Store link), but that particular choice also introduces additional insecurity: "PIN unlock" as a fallback mechanism, instead of your actual system password and standard password entry screen. A helpful guide to both approaches is available.

The most consumer-friendly, though not free, option I have found so far is Unlox. It additionally supports Bluetooth Low-Energy (BTLE) by using a companion app on the device itself. (A requirement to utilize this more power-efficient technique.)

GothAlice

Posted 2009-07-23T16:28:39.943

Reputation: 134

28

You can create different methods to quickly lock your screen on OS X. There is a comprehensive article here: http://www.macworld.com/article/49080/2006/01/lockscreen.html

One simple way is to:

Open Keychain Access -> preferences -> tick Show Status in Menu Bar

When you click the little Lock icon in your status bar the first entry is Lock Screen. You should be able to bind a hotkey to this in System preferences -> Keyboard shortcuts.

Darren Newton

Posted 2009-07-23T16:28:39.943

Reputation: 1 228

1This is the best way I've found without using a third party app. – dulaneyb – 2009-07-23T17:10:18.223

+1 this is how I do it - Keychain access icon on the menu – robsoft – 2009-07-23T17:36:25.493

Good way to do it. – GeneQ – 2009-07-23T17:44:55.003

Apple removed this option from Keychain Utility, added an actual shortcut: ⌃⌘Q (@Rabarberski) – GothAlice – 2019-06-20T15:11:35.653

Very lousy that there is no native shortcut for this :-( – Rabarberski – 2012-02-06T11:14:23.030

Can you elaborate with some "for dummies" advice regarding setting the hotkey? I added an "application shortcut" where application is Keychain Access.app and menu title is "Lock Screen", but it won't work. – Jonik – 2009-09-26T10:05:18.377

15

Control-shift-eject will blank the screen. If you wait until.. mmm.. sometime later this year... you may find that it also locks the screen...

masto

Posted 2009-07-23T16:28:39.943

Reputation: 267

You're saying it will (and already does) for sure or you hope it will? – jtbandes – 2009-07-23T18:58:51.643

1I suspect he means that in Snow Leopard this feature is there. – Matthew Schinckel – 2009-07-28T14:22:39.330

In Leopard, this doesn't lock the screen. And it's a year later! – Stefan Lasiewski – 2010-06-17T21:04:25.810

1Apparently, this can be combined with the option "System Preferences - Security - Require password immediately after sleep or screen saver begins", @Stefan. – Arjan – 2010-11-29T12:01:35.130

1This works perfectly in Snow Leopard, when “Require password immediately…” is set. – s4y – 2011-06-30T22:50:50.680

-1 Control-Shift-Eject doesn't do anything for me (Snow Leopard). – hanleyp – 2009-09-20T23:40:12.790

10

Snow Leopard provides a way to perform a Fast User Switching Lock Screen command from the keyboard using:

  • Automator to create a service that calls:

/System/Library/CoreServices/Menu\ Extras/User.menu/Contents/Resources/CGSession -suspend

  • Create a system wide keyboard command which runs this service. I'm using Control-Option-Command-L.

This is all documented in this Art Of Geek article.

hanleyp

Posted 2009-07-23T16:28:39.943

Reputation: 6 519

It seems the Art of Geek website is gone? More details about the same solution in Fast User Switching/Apple Menu?

– Arjan – 2010-11-06T09:45:34.203

+1 This is a nice way of doing it; I just tried that it works. I hadn't used Automator before, but the article you link to explains it all very clearly. Also, if you really want to launch the screensaver instead of the user switching thing (as in the original question), check out this comment: http://artofgeek.com/2009/09/08/lock-your-macs-screen-like-in-windows-snow-leopard-edition/comment-page-1/#comment-23492

– Jonik – 2009-09-26T10:17:56.213

I finally went with hotkeys for two distinct actions: Lock Computer and Lock Computer & Sleep. (Read the comments on the article to see how to achieve the latter.) – Jonik – 2009-09-26T10:32:37.617

I've been using this method since I posted this answer. It still works great. My only compliant is that it takes up to 10s to switch to the Login Window. – hanleyp – 2009-09-27T16:08:16.930

Calling the command line from terminal takes about 8s, so 2s is the Automator activating and 8s is the actual CGSession call. – hanleyp – 2009-09-27T16:09:55.087

8

The easiest way, once it is set up, allows you to move the mouse to a corner of the screen, the screen saver activates immediately and requires a password to dismiss the screen saver.

  1. Set up a "Hot Corner" to activate the screen saver. This is in the "System Preferences", "Desktop & Screen Saver" pane. There is a button for "Hot Corners..." in the "Screen Saver" tab.

  2. Go to the "Security" preference pane. Make sure the checkbox for "Require password to wake this computer from sleep or screen saver." is checked.

Mark Thalman

Posted 2009-07-23T16:28:39.943

Reputation: 990

5

Here is an easy implementation:

  1. Open the KeyChain access application
  2. Open its preferences from Keychain Access -> Preferences
  3. Select "Show keychain status in menu bar"

At this point all you have to do is click on the little keylock icon and select "Lock Screen", but here is something extra for more fun:

  1. Open Automator
  2. Create a New "Workflow"
  3. Click on the "Record" button
  4. Now record yourself selecting the keylock and then the "Lock Screen" option
  5. At this point your screen saver will kick in, so press ESC and log back in
  6. Stop the recording
  7. In the recorded steps, delete any recorded steps after "Lock Screen".

(It doesn't hurt to test it now by pressing the "Play" button)

  1. Now save your Workflow.
  2. Create a new Automator file (press Cmd + N)
  3. This time choose a new "Service"
  4. In the search on the left hand side look for "Run Workflow", then drag and drop it to the right hand side
  5. In the "Workflow" drop-down select "Other...", and locate the Workflow you saved above.
  6. Make sure at the top of this Service that you select "no input" for "Service receives"

(Test some more)

Now comes the real "magic"

  1. Now save your Service (give it a human-readable name like "Lock My Screen Service")
  2. Go to the "APple Menu" and open up "System Preferences"
  3. Select "Keyboard"
  4. In this section choose "Keyboard Shortcuts"
  5. Select "Services" on the left
  6. On the right hand side scroll all the way to the bottom under "General" and you will find "Lock My Screen Service"
  7. There is a grayed-out text to the right that says "none", which means that no shortcut has been assigned, so click on it and an "add shortcut" button appears. Click on it.
  8. Now press your desired combination (i.e. Ctrl + Alt + Cmd + L)
  9. Done. Close out and test it by pressing the button.

If you tested and followed this carefully, pressing the shortcut above will load the Service you created in Automator which in turn runs the workflow which moves the mouse to the Keychain menu and locks the screen for you.

alejandrormz

Posted 2009-07-23T16:28:39.943

Reputation: 151

Keychain Access menubar accessory has been removed for at least the last two major versions of macOS (not present in 10.14, nor 10.13). Alternative to this is the "Fast User Switching" process, with similar need to utilize an Automator workflow to expose the command-line invocation as a menu item, which can be assigned a keyboard shortcut via Keyboard System Preferences. On modern versions: ⌃⌘Q and you're done. – GothAlice – 2019-06-20T14:56:41.263

4

Edit security settings to require a password to wake up from screen saver, throw this line into an apple script:

tell application id "com.apple.ScreenSaver.Engine" to launch

If you have quicksilver you can then setup a trigger to launch the applescript using whatever keystroke you like. Or you can add it as an application specific script ~/library/application support/"application name"/scripts and then use the built in MAC keyboard shortcuts to launch the script via that applications menu items.

Bryan Schuetz

Posted 2009-07-23T16:28:39.943

Reputation: 1 494

4

Configure screen saver password and press Shift + control + eject

Sky

Posted 2009-07-23T16:28:39.943

Reputation: 41

1

Fast user switching

Option 1: Enable the fast user switching menu in the Users & Groups preference pane, and select Login Window… from the menu.

Option 2: /System/Library/CoreServices/Menu\ Extras/User.menu/Contents/Resources/CGSession -suspend

Option 3: Many launchers and macro utilities also include a command for logging out to the fast user switching screen.

Locking the screen

Option 1: Enable the Keychain menu extra in the preferences of Keychain Access and select Lock Screen from the menu.

Option 2: Check Require password immediately after sleep or screen saver begins in the Security & Privacy preference pane. You can then lock the computer manually by pressing ⌃⇧⏏ to turn off the display or ⌥⌘⏏ to go to sleep.

Lri

Posted 2009-07-23T16:28:39.943

Reputation: 34 501

1

Below is a tweak on Alejandrormz's Automator steps. This is in OSX Mavericks:

  • Find and open Automator
  • Create a new Service
  • From the 2nd column drag and drop "Start Screen Saver"
  • Select "Services receive no input" in drop down at the top
  • Save as e.g. "StartScreenSaver"
  • Find and open System Preferences
  • Open Keyboard/Shortcuts
  • Click Services on the left
  • Scroll to the botton and select "StartScreenSaver"
  • Click and assign a shortcut e.g. "CTRL+OPTION+CMD+L"

Optionally:

  • Find and open System Preferences
  • Open "Security & Privacy"/General
  • Set "Require password immediately after sleep or screen saver begins"

flurdy

Posted 2009-07-23T16:28:39.943

Reputation: 148

-3

You can log off immediately by typing

⌘ ⇧ ⌥ Q

Your screensaver should kick in automatically after a while.

Update: The above is the easy Mac way. As usual, anything else Apple doesn't want you to do easily involves lots of pain.

You can almost hear Steve sneering, "Lock Screen with a keyboard is soooo Windows. Use a mouse people."

Jokes aside, Mark Wheadon has an extensive article documenting various methods. It turns out Apple really doesn't want you to use the keyboard to accomplish a Lock Screen...easily. Bad Apple. ;-)

GeneQ

Posted 2009-07-23T16:28:39.943

Reputation: 4 581

1log off first don't sound similar to locking the desktop – Joakim Elofsson – 2009-07-23T16:58:39.560

1But the question asked "is there a keystroke" to do it. The answer would be, no, not officially. But if you're willing to suffer then yes, there is a keystroke. In that case darren_n's method would be better. – GeneQ – 2009-07-23T17:34:07.183

10 years later, this is hilariously off-the-mark. ⌃⌘Q, and as has been the case since NextSTEP, customization of the shortcut via Keyboard System Preferences. – GothAlice – 2019-06-18T15:23:57.763

This logs you off, downvoted. – HaggleLad – 2012-12-24T14:12:07.013