Tell me more ×
Ask Different is a question and answer site for power users of Apple hardware and software. It's 100% free, no registration required.

How can I enter Screen Saver without wating few minutes? Is there an application I could run, keyboard shortcut maybe? I'm using rMBP running ML.

EDIT: All I found was using Hot Corner as explained here: https://www.apple.com/findouthow/mac/#quickscreensaver

Basically it means I have to move my mouse cursor into a corner and maybe comine a key such as command to enter Screen Saver. I don't really like this solution.

share|improve this question

6 Answers

I use a hot corner, and find it even easier than a keyboard shortcut. You don't need to press any keys with a hot corner.

share|improve this answer

do what the Seph says with automator, here: https://discussions.apple.com/thread/3081180?start=0&tstart=0

share|improve this answer
Can you describe what to do rather than just give a link – Mark May 14 at 21:38

After adding Keychain Access to the menubar, you can use ^F8 to highlight it in the menu, then press twice if you don't like to use the mouse for it.

share|improve this answer

If you open Keychain Access (I use Spotlight, but you can go to Applications -> Utilities), go to the main menu and hit Preferences... (or cmd-,) you'll find a checkbox labeled "Show keychain status in menu bar..." If you check it, you'll get a little lock in your menubar (surprisingly).

Lock menu

If you click "Lock Screen", your screensaver will activate. I use this at work as an OSX ctrl-alt-del alternative.

(Note: it will require your user password to unlock the screen. This may/may not be desirable.)

share|improve this answer

Well this is sort of a hack, but you can create a script/service to enable the screensaver and then assign it a shortcut. This AppleScript works for enabling the screensaver:

tell application "ScreenSaverEngine" to activate

You have two options for assigning a keyboard shortcut to this script:

  • Save it as a service and assign it a keyboard shortcut through System Preferences. Here's how you would do it:
    1. Open Automator and select Service
    2. On the left-side menu, select Utilities.
    3. In Utilities, drag and drop the "Run Applescript" action into your workflow
    4. Copy the applescript above into the "Run Applescript" action
    5. Save
    6. Open System Preferences and go to the "Keyboard Pane"
    7. Navigate to the "Services" menu from the "Keyboard Shortcuts" pane
    8. Select the service you just created and give it a shortcut
  • Download FastScripts and give it a keyboard shortcut through there.
share|improve this answer

This looks to be similar to your last question, What Is the Keyboard Shortcut for Sleep Display?

If all you want to do is trigger the screensaver earlier than the designated timeout period, you can use Hot Corners.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.