I'm in edit space of Eclipse (in some java class)

So, how to focus(to switch) view(Navigator or Explorer) by keyboard?

link|improve this question

feedback

2 Answers

up vote 3 down vote accepted

You can use <Ctrl><F7>,<Ctrl><Shift><F7> to cycle through the different views.

link|improve this answer
feedback

Via the menus: Window > Preferences, then General -> Keys
(or just Ctrl-Shift-L twice)

Then you can search in the type filter text field for "view: navigator" or target id: navigator

If there's not a key binding already, you can add one in the Binding: text field below.

link|improve this answer
thanks for help,didn't set binding in Eclipse before,really useful – sergionni Feb 26 '10 at 16:16
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.