Well...true. It does not. However, Ctrl-t is not exactly a common configuration for casual typing...no?
Besides, this is also against the real basis for using Word (and one that admitedly I have rarely seen).
People tend to format things
as they go. Font, font size, indents etc etc. People tend to want to see the format real-time as it were.
However, once you function in a 100% Style structure, you realize...you do not need to format as you go.
I type text. It does not matter if it is a heading (of various formats and indents), a bullet-point, basic (main) text...whatever.
I type the text, and hit Enter (assuming it is in fact a terminating paragraph).
I
do NO formatting. For example (from a course catalog I am working on):
.NET Learning Program
NET 101: Building Applications in IITB Using Object Oriented Principles
For course dates see Calendar
Who Should Attend – IITB technology professionals who want to familiarize themselves with the Visual Studio .NET Integrated Development Environment; or IITB technology professionals who want an introduction to .NET application development using formal object oriented techniques. Previous experience in a structured programming environment is required.
Qualification Questions
I know what a variable is and how to initialise one
I know what a loop is and I have a general idea of how to implement a looping structure
I know what an if statement is and I have a general idea of how to implement a conditional structure
I know what compilation is and what is does
I want to learn about the .NET framework and it use in application development scenarios.
Duration – 2 days
Objectives – This course will provide all IITB programmers with the solid understanding of the use of Object Oriented Programming techniques.
This goes on for 200 pages BTW. Just text. NO format (indent or font attributes). NO spacing between paragraphs (those "extra" paragraphs). Why? Because ALL formatting is by Styles.
It is hard to duplicate things here, but (say) I can grab all the "I know..." paragraphs and hit Alt-c1 - c1 for Course Topics Level 1 - and voila they are all formatted precisely, exactly, the way I have designed the CourseTopics style.
The point being is that I do that AFTER I have typed/entered the text. The point being is that I separate
content - the text, from the
format.
This is, BTW, a very very very old point-of-contention in the publishing world. Form versus Content.
I come decidely on the Content side. My feeling is that you have very pretty crap...but if it is crap content, it is still just pretty crap.
Further, by concentrating on WHAT you have as content (the text), one tends to end up being much more lean and clean when it comes to form (format).
One of the pains in the butt I have dealt with in 30 years of technical writing, is that people working on documents doing manual formatting make
different decisions in different places in a document. Someone working in one area decides headings should be Bold and 18 pts, indented 0.5".
Someone decides (in a different area) that they should be 16 pts.
Thus...different FORM.
Once you use Styles fully, you tend to have
fewer differences.
I am ranting. Sorry. I shall stop now. My apologies.
Yes, it is true. You can still hit Ctrl-T accidentally. So yes, being able to back up immediately with a Ctrl-Shift-T is handy.
Except in my documents I have:
Code:
Sub HangingIndent()
End Sub
which means...hitting Ctrl-T (by accident or otherwise) does....
nothing. I never do manual formatting, thus I do not need Ctrl-T to make a manual format hanging indent, and thus...I disable it.
darn. sorry.
Gerry