Page 1 of 1

LowerCaseCommand

Posted: Tue Nov 29, 2005 3:01 pm
by Guest
The help file mentions a LowerCaseCommand. It says that this is a pop-up window. How does on access this command?

Posted: Tue Nov 29, 2005 4:50 pm
by raz
This may not be what you want, but one can put a button on the toolbar that will ToUpper/ToLower the selected (i.e., marked) text.

HTH,

-rz.

Posted: Tue Nov 29, 2005 10:28 pm
by jussij
As Raz correctly point outs, the popup menu has a lower case menu item. This menu item maps to the MarkCaseLower keyboard function.

But there are also these upper/lower case keyboard functions available.

Code: Select all

CharCaseLowerAndNext
CharCaseUpperAndNext
CharCaseToggleAndNext
LineCaseLower
LineCaseTranspose
LineCaseUpper
MarkCaseLower
MarkCaseTranspose
MarkCaseUpper
WordCaseLower
WordCaseTranspose
WordCaseUpper
For help on any of these functions put the cursor on the function and use the Zeus Help, Quick Help menu.

Cheers Jussi