Eclipse, shortcut to create new Java class
Select Window
-> Preferences
-> General
-> Keys
and search for New (Class)
. Click on Binding
, press the keyboard shortcut you want, and click OK
to configure the shortcut.
Press alt+shift+n it will give you a context menu from where you can select new class,package,interface
Ctrl+n will launch new wizard, there you can select the class/any to create new document.