Enable global text replacements in Snow Leopard
Macworld - One of Snow Leopard's more intriguing new features is text substitution, which lets the operating system replace defined sets of characters with other characters or symbols. For instance, typing (c) will generate the copyright symbol, ©. You can define your own shortcuts in the Language & Text System Preferences panel, on the Text tab.
However, substitutions are not enabled globally by default; they must be enabled in each application that supports them by selecting Edit -> Substitutions -> Text Replacement. If you'd rather enable substitutions globally, open Terminal and enter this command:
defaults write -g WebAutomaticTextReplacementEnabled -bool true
Note that this will only affect programs that support text replacement, and in which you haven't disabled text replacement via the menu. (That is, if you disabled text replacement in Mail, the above command will not turn it back on.)
There are some reasons you may not want this enabled by default, which may be why Apple didn't turn it on everywhere. As but one example, if you're writing code and you want to refer to a variable c, it might look something like this: mystring = uppercase(c). With text substitution enabled in your text editor, that (c) would instantly turn into ©, which is clearly not what you want.
If you decide you'd like to revert to having substitutions off by default, use this command in Terminal to delete the preference you created:
defaults delete -g WebAutomaticTextReplacementEnabled
Again, if you've manually set some program to use substitutions, the above command will not automatically disable them--the program's manual setting always overrides the global default. Thanks to Mac OS X Hints contributor GaelicWizard for unearthing this one.



- Excel 2010 Cheat Sheet
- Register for this Computerworld Insider Cheat Sheet and gain access to hundreds of premium content articles, guides, product reviews and more.
- VMware View Optimization Guide for Windows 7
- This document provides guidelines for configuring a standard Windows 7 image to be used within a VMware View™ environment, providing administrators with the...
- Watson - A System Designed for Answers. The future of workload optimized systems design
- Watson is a workload optimized system designed for complex analytics, made possible by integrating massively parallel POWER7 processors and DeepQA technology. Read the...
- Overcome Top 7 Admin Challenges of Active Directory
- As Active Directory's role in the enterprise has drastically increased, so has the need to secure the data. Gain insight on creating repeatable,...
- Insiders Can Ruin Your Company. Take Action.
- Did you know that 80 percent of threats to an organization come from the inside? The threat from insiders is often overlooked in...
- Top Solutions and Tools to Prevent Devastating Malware
- Custom malware frequently goes undetected. According to Forrester Research, the best way to reduce risk of breach is to deploy file integrity monitoring... All Operating Systems White Papers
- Optimizing Networks for the Cloud
- Join guest speaker, Rohit Mehra, IDC Director of Enterprise Communications Infrastructure, to explore current trends, discuss best practices for optimizing Data Center and...
- Apps QuickStart Series Part 2: Designing and Deploying SQL Server on VMware vSphere
- Download this webcast to learn about the design considerations for virtualizing SQL workloads, performance and scalability information and high-availability options, as well as...
- Apps QuickStart Series Part 1: Designing and Deploying Exchange 2010 on VMware vSphere
- Download this webcast to learn the virtual hardware design considerations for Exchange 2010, deployment using the building block approach, options for high-availability and...
- Customer Spotlight: How IPC The Hospitalist Company Implemented Oracle on VMware
- Have you been looking to hear about customer's experiences with the new VMware vCenter Site Recovery Manager product? View this webcast to learn...
- Virtualize Business-Critical Applications with Confidence
- Virtualizing business-critical applications has become a key focus for organizations as they move along their virtualization journey. With the launch of VMware vSphere®... All Operating Systems Webcasts