Command Selection Title Case

The TitleCase command converts the case of the selected text using the specified title case style:

Style Description

Start

Each word is capitalized.

AP

Associated Press style

APA

American Psychology Association style

Chicago

Chicago style

NYT

New York Times style

Wikipedia

Wikipedia style

Note that:

{TitleCase}
...
{/TitleCase}

is equivalent to:

{CopySelection}
{TitleCaseClipboard}
...
{/TitleCaseClipboard}
{Paste}

Example

In the following expansion:

{Ctrl Shift Left 5}
{TitleCase}
titleCaseStyle = "Start"
{/TitleCase}

the title case style "Start" is applied to the 5 previous words.