Just go to the Finder and in the menu bar click on View > Arrange by and it will show you the list of view items along with their respective keyboard shortcuts.
Thanks.
Just go to the Finder and in the menu bar click on View > Arrange by and it will show you the list of view items along with their respective keyboard shortcuts.
I had less on my desktop in Windows than I do in Leopard. I now keep my drives on the desktop where in windows it was completely empty so as not to soil my background image.
Enjoy.
Yeah... a 'hide desktop icons' option would be useful for OS X.Um. I had less on my desktop in Windows than I do in Leopard. I now keep my drives on the desktop where in windows it was completely empty so as not to soil my background image. Instead of the quicklaunch bar I had it set to "desktop" so that all the icons it though were on the desktop came up in my startbar. Not saying I don't like Stacks (I do) just that you shouldn't blame the messy desktop on Windows.![]()
Enjoy.
Yeah... a 'hide desktop icons' option would be useful for OS X.
It's in Finder preferences like the screenshot someone posted a few replies back. Sorry, my comment was a bit too ambiguous, I meant to emphasise that both OSes do the hide desktop icons thing.
That only hides the four options listed in the Finder prefs but it doesn't hide all icons.
There is a defaults write command that can solve this for you.It's in Finder preferences like the screenshot someone posted a few replies back. Sorry, my comment was a bit too ambiguous, I meant to emphasise that both OSes do the hide desktop icons thing.
defaults write com.apple.finder CreateDesktop -bool false
osascript -e 'tell application "Finder" to quit'
defaults write com.apple.finder CreateDesktop -bool true
osascript -e 'tell application "Finder" to quit'
osascript -e 'tell application "Finder" to quit'