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


Click here to return to the 'Bottom is least worst (on largish screens)' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Bottom is least worst (on largish screens)
Authored by: ash7 on Mar 16, '06 09:02:23AM

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
	<key>DefaultCommandName</key>
	<string>Hide Dock</string>
	<key>semanticCategory</key>
	<string>globalToggleDock</string>
	<key>alternativeSpokenFeedback</key>
	<string>Toggling Dock.</string>
	<key>alternativeFeedback</key>
	<string>...toggling dock</string>
	<key>KeyPressArray</key>
	<array>
		<dict>
			<key>CommandKeyDown</key>
			<false/>
			<key>ControlKeyDown</key>
			<false/>
			<key>OptionKeyDown</key>
			<true/>
			<key>ShiftKeyDown</key>
			<false/>
			<key>VirtualKeyCode</key>
			<integer>D</integer>
		</dict>
	</array>
</dict>
</plist> 
"Computer, hide dock"

Don't wish for something, make a speakable item for it!

[ Reply to This | # ]
Talk to the Dock...
Authored by: DotDotComma on Mar 16, '06 09:57:01AM

*sigh*

Why is everyone cleverer than me?

I'm sure I used to be able to make items speakable - my son used to have to recite a poem to play games on my powerbook - but I cannot get my head around what I do with that smart-looking script/plist to do the job? And will it toggle the Dock on and off?

;o)



[ Reply to This | # ]