views:

585

answers:

1

I started using Eclipse recently along with the awesome PyDev plugin for Python development. Being used to the Visual Studio key bindings, I found that Eclipse has built-in support for a Visual Studio (and Emacs too) key bindings scheme.

However, I would like to create my own custom key bindings scheme and be able to load the scheme into Eclipse. How do I do this?

+1  A: 
VonC