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


Click here to return to the 'Show _both_ Hide and Hide Others' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Show _both_ Hide and Hide Others
Authored by: aqsalter on Sep 17, '02 11:27:27PM
If you don't want to have to hold down Option to get the Hide Others command, just remove the <key>dynamic</key>
<integer>0</integer>
sections of the example code above, then you get both thus: Show In Finder Hide Hide Others The new code:
<dict>
<key>command</key>
<integer>1006</integer>
<key>name</key>
<string>Hide</string>
</dict>

<dict>
<key>command</key>
<integer>1007</integer>
<key>name</key>
<string>Hide Others</string>
</dict>

<dict>
<key>command</key>
<integer>2000</integer>
<key>separator</key>
<true/>
</dict>



[ Reply to This | # ]