Command Clipboard Title Case

The TitleCaseClipboard command converts the case of the clipboard content 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

Example

In the following expansion:

{Ctrl Shift Left 5}
{CopySelection}
{TitleCaseClipboard}
titleCaseStyle = "Start"
{/TitleCaseClipboard}
{Paste}

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