Keybindings in NetBeans on MBP

Just got MBP and I can't find a shortcut to complete the code. He says ^+ space, but what is the symbol ^?

+1


a source to share


2 answers


This usually represents Ctrl. ^M

means Ctrl-M etc.



+3


a source


^ is indeed a control key. But on your MBP like mine, you can open the code completion window by pressing  + \ (command + backslash).



0


a source







All Articles