Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Shortcut key to activate project explorer in Eclipse

Tags:

java

eclipse

I am unable to find out the shortcut key to activate the project explorer in eclipse. I usually use cmd+F12 key to activate the editor, however i have to rely on mouse to move to a project explorer.

Is there a shortcut key available for that ? If not can it be configured ?

like image 543
Aditya Avatar asked Oct 02 '13 05:10

Aditya


2 Answers

Go to Window --> Preferences --> Click on General --> Keys. You will see

enter image description here

Now, below Scheme there is textbox, type project explorer. You will see

enter image description here

Select Show View from the grid. In Binding type the short key which ever you want. I typed Ctrl+Alt+Shift+Q. Then click on Apply and OK.

If you want to assign a short key and that short key exists then you will see in Conflicts: table.

Some useful shortcuts are

  1. 93 shortcuts
  2. more shortcuts
like image 57
Aniket Kulkarni Avatar answered Oct 06 '22 05:10

Aniket Kulkarni


By activate do you mean to open the project? This shortcut is not set by default. Go to Preferences->keys and serach for open project and set shortcut of your choice.

But to apply this shortcut you will have to reach that project. So set a shortcut to reach Project explorer [same way as explained above] , use arrow keys to reach project and then use your open project shortcut. Easiest way use mouse :)

like image 21
Lokesh Avatar answered Oct 06 '22 06:10

Lokesh