Convert Upper Case to Lower Case Text (and Vice Versa)

Few things are more annoying than reading text that is ALL IN UPPERCASE, but with the help of text transformation tools, we can instantly convert that obnoxious uppercase text into lowercase (or vice versa, if you really want to…).
For the purpose of this example, we’ll use TextEdit. You can either do this with an existing document, or you can just paste a block of text into the app, but we’ll assume you’re working with the entire document, pasted in from an email or otherwise:
- Select all UPPERCASE TEXT in the document by hitting Command+A
- With the text still highlighted, right-click anywhere on the text and navigate to “Transformations” then to “Make Lower Case”
The text casing transformation takes place instantly, and the converted text continues to be highlighted after changing casing. If you want to go the other route, just select “Make Upper Case” instead.
Thinking beyond TextEdit, the text transformations work across Mac OS X in all native cocoa apps, including Safari, iChat, iCal, Mail, Stickies, and any other third party app that included the service.
Similarly, another nifty text transformation in OS X Lion is the ability to convert text to spoken audio for iTunes with just the selection of text and a right-click.

Do you guys just post random stuff whenever you are out of ideas for new articles?
We try to post all sorts of random informative stuff on a wide range of relevant topics. If you have any specific ideas or want to submit something, you can always send it to us at osxdailycom@gmail.com
When I tried this, only the first word got changed. I shrieked like any other Lion user would by this point, you know, like a damned soul, because maintaining hope that the little things, once a hallmark of Apple operating systems would work properly has been an utterly soul blasting experience, and copied the text to vim, where it was formatted properly, pasted it back into the document, and leaned over and cried because I broke my Snow Leopard CD last week. If this is the man’s legacy, better to live the life of a divorcee in Topeka.
I guess I missed something about your tip.
Why do you think it is easier to read a document written all in lower case letters (without appropriate capitalization) rather than reading text written all in upper case?
E-mail etiquette has established that typing text all in upper case is equivalent of shouting and therefore rude. But there are other “cultures” out there where writing in all upper case is the norm and not considered rude.
Personally, I find it easier to read a document written in all upper case. Whenever I’m reading a document written in an all lower case. In the back of my mind I’m thinking, “This idiot is too lazy to use his caps key. Discount what he has to say.”
Roman text was in all caps as well. During the time of Charlemagne, a new script, called Carolingian Minuscule was created to aid in readability, which is what we still use today in latinate alphabets. It actually is easier to read apparently, google “Carolingian Minuscule”
For VIM users, ggguG will put all text in lower case, and gggUG will put it to upper case
.
For non VIM users, gg takes you to the beginning of the document. gu converts text to lower case. But which text? The text the next motion command moves over. Next command is G which takes you to the bottom of the document. So effective, this is read as go to the beginning of the document. Convert to lower case to the bottom of the document.
Similarly, the other case but this time gU converts to upper case.
Finally, Finally, Finally!!! I have to handle a lot of copy at my job, and would have to place it into Adobe InDesign when I came across ALL CAPS to format it easier. But now I can use Text Edit with essentially this same feature!!!
This doesn’t seem to work with Pages,
Works for me, upgrade Pages!
For those of you using Microsoft Word (and PowerPoint), shift-F3 cycles through all caps, capitalize words, and all lower case. If you position the cursor at the start of a word, this is done on that word; if a region is selected, this is done on the whole region.
What is the name of the text application you are using?
I appreciate this, but is there anyway to do it in pages? If not I’ll just copy and paste it into textedit any time I need to use the feature.