The CapitalizeClipboard command capitalizes the first word
inside the clipboard content.
Capitalization
is the writing of a word with:
- its first letter in uppercase
- and the remaining letters in lowercase.
Word |
Capitalized Word |
hello |
Hello |
Hello |
Hello |
HELLO |
Hello |
Example
In the following expansion:
{Ctrl Shift Left}
{CopySelection}
{CapitalizeClipboard}
{Paste}
- {Ctrl Shift Left} selects the previous word,
- {CopySelection} copies the selection to the clipboard,
- {CapitalizeClipboard} capitalizes the clipboard content,
-
and finally {Paste} pastes the clipboard content,
thereby overwriting the selected word with its capitalized version.