Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Netbeans Lowercase Shortcut Not Working

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.

like image 462
Justin Avatar asked Feb 14 '15 01:02

Justin


People also ask

How do I enable shortcuts in Netbeans?

Editing and Refactoring Code in NetBeans To add a keyboard shortcut for a command: Choose Tools | Options and click the Keymap panel. In the Actions panel, navigate to a command that you want to change, and click Add. In the Add Shortcut dialog box, type in the key combination that you want to use and click OK.

What is the shortcut key for lower case?

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.

How do you make an atom lowercase?

Ctrl + K then Ctrl + U for uppercase. Ctrl + K then Ctrl + L for lowercase.

What is the shortcut key to run a file in Java Netbeans?

The Netbeans equivalent of this shortcut is Alt + Shift + O, the go-to File. You can use this shortcut to open any file from Netbeans projects. One of the most used shortcuts by Java programmers is importing classes. In Eclipse, we use Ctrl + Shift + O or Organize import to import missing classes, interface and enums.


1 Answers

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

like image 132
Ortomala Lokni Avatar answered Oct 11 '22 16:10

Ortomala Lokni