Jo Smo
Jo Smo

Reputation: 7179

Is it possible to change the auto format shortcut in netbeans?

I know that you can auto-format your code in netbeans by pressing Alt+Shift+F, but is there a way to change this key combination to something else, to bind it to some othr keys?

Upvotes: 8

Views: 16329

Answers (1)

HEKTO
HEKTO

Reputation: 4191

Answer is yes. Go to Tools -> Options. You'll get the "Options" pop-up window - choose the "Keymap" tab and type the "Format" into the Search field:

enter image description here

Then push the "..." button...

Upvotes: 14

Related Questions