<?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.AssistiveControl</string>
	<key>MachServices</key>
	<dict>
		<key>com.apple.usernotifications.delegate.com.apple.SwitchControl.idc</key>
		<true/>
		<key>com.apple.private.alloy.accessibility.switchcontrol-idswake</key>
		<true/>
		<key>com.apple.AssistiveControl.startup</key>
		<dict>
			<key>ResetAtClose</key>
			<true/>
		</dict>
		<key>com.apple.AssistiveControl.running</key>
		<dict>
			<key>HideUntilCheckIn</key>
			<true/>
			<key>ResetAtClose</key>
			<true/>
		</dict>
	</dict>
	<key>ProgramArguments</key>
	<array>
		<string>/System/Library/Input Methods/Assistive Control.app/Contents/MacOS/Assistive Control</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>
</dict>
</plist>
