Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS 2010 Upper case highlighted text using keyboard short cut?

I have a highlighted string, I would like to toggle the case of for example Upper / Lower. Is this possible using a keyboard shortcut in vs 2010?

like image 395
JL. Avatar asked May 10 '10 09:05

JL.


People also ask

Can you highlight text and capitalize it?

The fastest way to change text to all caps is to highlight the text and press the keyboard shortcut Shift+F3.

Is there a shortcut to capitalize highlighted text?

To use a keyboard shortcut to change between lowercase, UPPERCASE, and Capitalize Each Word, select the text and press SHIFT + F3 until the case you want is applied.


1 Answers

With default settings, should be

Ctrl+Shift+U for upper case, and

Ctrl+U for lower case.

like image 157
Kobi Avatar answered Nov 08 '22 21:11

Kobi