There is no .eclipse dir under my home dir. I can't find the configuration file saving the key binding schemes. Where are they saved on Mac OS X?
+1
A:
Key bindings are kept in the workspace folder, under the .metadata folder (.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.workbench.prefs, under at entry called org.eclipse.ui.commands).
If you want to transfer them between machines or workspaces, here's what you should do:
- Go to File -> Export
- Mark Preferences, hit OK
- Select "Key Preferences" from the list, enter file name and hit OK
To import, follow the same procedure, selecting File -> Import.
zvikico
2009-05-14 16:09:10
Thanks very much. And I can't help but say it is just hidden too deep.
an0
2009-05-16 08:33:38