Reputation: 485
I'm using eclipse for java i need to add a shortcut key lets say ctrl+p
(or any other shortcut) to add a line of code say
System.out.println();
how do i do this ?
Upvotes: 0
Views: 48
Reputation: 636
you can go to the window in the toolbar, window-> preference->general(open the list menu)-> keys, there,you can see all the keyboard shortcuts and also add or customize shortcuts.
Upvotes: 1