1

I need a quick and convenient way to capitalize the text that I've selected, independent of the environment (I know how to do it in Microsoft Word, but I need to do it anywhere).

I have Phraseexpress and I know it can do that for me, but my code isn't working

{#uppercase {#insert $clip}}

Either a working code or another tool would be just fine.

Please advise! Thank you!

Run5k
  • 16,463
  • 24
  • 53
  • 67

1 Answers1

2
  1. Download PhraseExpress from http://download.phraseexpress.com
  2. Create a phrase with this macro:

    {#clipboard -copy}{#uppercase {#trim {#insertclipboard}}}

  3. Assign a hotkey to that phrase.

Then, in any application, highlight the text, you wish to uppercase and press the assigned hotkey. Voila.