<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>Label</key>
	<string>com.apple.KeyboardAccessAgent</string>
	<key>MachServices</key>
	<dict>
		<key>com.apple.KeyboardAccessAgent.startup</key>
		<dict>
			<key>ResetAtClose</key>
			<true/>
		</dict>
		<key>com.apple.KeyboardAccessAgent.running</key>
		<dict>
			<key>HideUntilCheckIn</key>
			<true/>
			<key>ResetAtClose</key>
			<true/>
		</dict>
	</dict>
	<key>ProgramArguments</key>
	<array>
		<string>/System/Library/CoreServices/KeyboardAccessAgent.app/Contents/MacOS/KeyboardAccessAgent</string>
		<string>launchd</string>
		<string>-s</string>
	</array>
	<key>RunAtLoad</key>
	<false/>
	<key>EnableTransactions</key>
	<true/>
	<key>ThrottleInterval</key>
	<integer>1</integer>
	<key>LimitLoadToSessionType</key>
	<array>
		<string>Aqua</string>
		<string>LoginWindow</string>
	</array>
	<key>ProcessType</key>
	<string>App</string>
	<key>EnablePressuredExit</key>
	<false/>
</dict>
</plist>
