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


Click here to return to the 'Lock the keychain when the screensaver activates' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Lock the keychain when the screensaver activates
Authored by: morgion on Feb 09, '04 08:19:20PM
That script would be the following:

tell application "Keychain Scripting"
	set KeyName to the name of the current keychain as string
	lock keychain KeyName
end tell


[ Reply to This | # ]