How to modify the keyboard shortcuts in Eclipse IDE?

Viewed 93814

Title more or less says it all. Specifically, I've become increasingly annoyed that in order to run an ant script I have to use Alt+Shift+x, q. But I think If I had this power I would many things I would change the shortcuts for/add shortcuts for things that don't currently have them.

5 Answers

Window > Preferences > General > Keys

In particular, edit the "Run Ant Build" command.

For Windows:

Window > Preferences > General > Keys

Related