Work more efficiently with Tabs while using Safari 3.1
Rather than keeping an infinite number of windows open while browsing, many people simply choose to open up a new tab to avoid the clutter. Safari 3.1 includes multiple and very intuitive ways to use this valuable feature more effectively. Instead of using the Command-T keyboard short cut to create a new tab, you can simply double click on the tab bar. Safari then produces the new tab and makes its your active browser window automatically.
There is also another handy trick for those tab aficionados who would like every link to open in a new tab, rather that in a new window. Simply open the Terminal from the Applications/Utilities folder and enter the following:
defaults write com.apple.Safari TargetedClicksCreateTabs
-bool true
Now every link will open in a new tab. To reverse the code simply enter the following in the terminal:
defaults write com.apple.Safari TargetedClicksCreateTabs
-bool false
These are just some examples of the many useful features inherent in Safari 3.1 on Windows, and we will no doubt be reporting on many more to come.
Tags for this article: apple, safari, safari on windows, safari targetedclickscreatetabs, safari windows defaults write, safari windows targetedclickscreatetabs, tabs, targetedclickscreatetabs windows
1 Comment so far
Leave a reply
More Posts From This Category
Which Browser reigns supreme? IE vs. Opera vs. Safari vs. Chrome vs. Firefox
Working with Auto-Fill Option in Safari
Using RSS Feeds in Safari
Using Secure Websites with Safari
Understanding Digital Certificates
Changing Font Smoothing in Apple Safari
Safari’s Font Rendering Technology Creating a Buzz
Using Apple Safari for Text Inside Search
The Private Browsing Feature Earns Extra Points for Safari
Apple Safari Analysis

You have given instructions for enabling single-window mode on an Apple Mac (by opening Terminal, etc) - but of course this does not work with Safari on Windows (which is what this website is supposedly about)(??).
As far as I can tell, ‘TargetedClicksCreateTabs’ isn’t supported yet by the Windows version of Safari.