Command Selection Capitalize

The Capitalize command capitalizes the first word inside the selected text.

Capitalization is the writing of a word with:

Word Capitalized Word

hello

Hello

Hello

Hello

HELLO

Hello

Note that:

{Capitalize}

is equivalent to:

{CopySelection}
{CapitalizeClipboard}
{Paste}

Example

In the following expansion:

{Ctrl Shift Left}
{Capitalize}
  1. {Ctrl Shift Left} selects the previous word,
  2. and then {Capitalize} capitalizes it.