18

Netbeans has a nice set of keyboard shortcuts, but unfortunately, I can't seem to get all of them to work. Specifically, there's a keyboard shortcut for converting selected text to lowercase: Ctrl+U L. However, no matter how many times I try this (or variations on it), nothing happens I just get a 'ding' sound (it used to be that nothing happened). I check the Keymap option on Netbeans, and it shows that this is still the shortcut mapped to Ctrl+U L:

enter image description here

What am I doing wrong? How can I use this keyboard shortcut?

Note that Ctrl+; or Ctrl+Shift+; works just fine, among many other shortcuts.

jesterjunk
  • 2,342
  • 22
  • 18
Justin
  • 24,288
  • 12
  • 92
  • 142

3 Answers3

45

To activate this shortcut you have to hit Ctrl+U then release Ctrl and then hit L.

jesterjunk
  • 2,342
  • 22
  • 18
Ortomala Lokni
  • 56,620
  • 24
  • 188
  • 240
9

It's like saying Ortomala Lokni

  • to uppercase a selection, press Ctrl + U then U without Ctrl

Let me add also:

  • to lowercase a selection, press Ctrl + U then L without Ctrl

  • to reverse case in the selection, press Ctrl + U then S wthout Ctrl

Mwiza
  • 7,780
  • 3
  • 46
  • 42
simhumileco
  • 31,877
  • 16
  • 137
  • 115
1

if you are using mac use command instead of control

Command + U + L to lowercase

Command + U + U to uppercase