Unfortunately, Eclipse 3.6 (and possibly older versions) cannot import key bindings from CSV files. If you only have a CSV file with key bindings and you cannot re-export these bindings as .epf, you're out of luck.
As expected by most people, changing the file extension from .csv to .epf will not work. EPF files contain XML, and CSV files are comma-separated values. You can probably write a program to convert CSV to EPF, but I have not seen what is already available.
source share