Command Selection Uncapitalize

The Uncapitalize command uncapitalizes the first word inside the selected text.

A word is capitalized if

As you can see in the following table, uncapitalizing has no effect on a word if it is not capitalized.

Word Uncapitalized Word Effect

Hello

hello

Uncapitalized

hello

hello

Unchanged

HELLO

HELLO

Unchanged

Note that:

{Uncapitalize}

is equivalent to:

{CopySelection}
{UncapitalizeClipboard}
{Paste}

Example

In the following expansion:

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