views:

525

answers:

3

I mostly work in VS2008 but I need to do some java work in Eclipse. Is there an easy and fast way to map the VS2008 keyboard shortcuts to Eclipse?

For example, I want to map F11 in Eclipse to "step info" instead of its default of F5 but don't want to have to map each and every shortcut manually...

+1  A: 

How are the Eclipse settings saved? Perhaps you could simply adapt this macro and load the resulting file into Eclipse?

Konrad Rudolph
A: 

Doesn't Eclipse have a predefined keyboard setup for Visual Studio?

JesperE
A: 

The easiest way to do this is to install the CDT for eclipse (the standard C/C++ plugin).

Then when you go to Preferences->General->Keys you will have a "Microsoft Visual Studio" option in the dropdown.

Andrew Barrett