Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Create a screen-locking keyboard shortcut' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Create a screen-locking keyboard shortcut
Authored by: rhowell on Jul 16, '05 01:33:42PM
Please, on your computer, type shift-command-q. Does a dialog box come up stating "Are you sure you want to quit all applications and log out now?"

If not, you've installed some haxie and you're spacing out. If so, you're not understanding the hint.

[ Reply to This | # ]
Create a screen-locking keyboard shortcut
Authored by: tak on Jul 16, '05 07:36:12PM
Yes, of course the dialog box comes up. That's exactly what I was saying. And it's exactly what this hint is not about. And just that I was saying.
Well, in the mean time I came up with another idea:
Bind
/System/Library/CoreServices/Menu\ Extras/user.menu/Contents/Resources/CGSession -suspend
with QuicKeys to a hotkey of your choice
or add the following line to your ~/.profile
alias lock='/System/Library/CoreServices/Menu\ Extras/user.menu/Contents/Resources/CGSession -suspend'
so you can lock your screen from any terminal window with 'lock'.

[ Reply to This | # ]