eclipse keybindings settings

Viewed 14862

Where does eclipse keep it's key-binding settings? I want to transfer them from one system to another. If there is a tool for this that would be good but if not, I'm willing to copy files (really all settings should be the same on both systems.)

2 Answers

export all your Eclipse prefs to a file.

File->Export->General->Preferences

Import has an option to import only key settings from this file.

File->Import->General->Preferences 

Export: File -> Export -> General -> Preferences -> Keys Preferences

Import: File -> Import -> General -> Preferences -> Choose file

Related