Glam Prestige Journal

Bright entertainment trends with youth appeal.

In Notepad++, I have the UPPERCASE shortcut mapped to Ctrl+U in the shortcut mapper. However, this shortcut only works if text is selected. For example, let's say I have the text "dog" and I place my cursor left of the "d". If I press Ctrl+U, nothing happens. It's only when I select the "d" that the shortcut works. Is there any way to force Notepad++ to uppercase the "d" even though it's not selected?

1

1 Answer

This sounds like a good candidate for the Notepad++ macro feature.

Record the following steps (Macro menu → Start Recording):

  • Ctrl+Shift+
  • Edit menu → Convert Case To → UPPERCASE

Then stop recording (Macro menu → Stop Recording) and save the macro (Macro menu → Save Current Recorded Macro). You can then define some combination of Ctrl, Alt, Shift, and another key to run your macro whenever you want.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy