Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

4 Answers

up vote 70 down vote accepted

Window -> Preferences -> General -> Keys

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

share|improve this answer
This is exactly what I was looking for. Thanks. – shsteimer Jan 20 '09 at 15:43
6  
Useful shortcuts : Ctrl + Shift + L for the list of currently available shortcuts, and hit Ctrl + Shift + L again to show the shortcut preference window. – krookedking May 6 '11 at 13:10

Never done it myself but look in Window->Preferences->General->Keys

share|improve this answer

For mac that would be

Eclipse -> Preferences -> General -> Keys
share|improve this answer

Pressing Ctrl + Shift + L will open the current list of defined shortcuts, again pressing Ctrl + Shift + L will open preference page from where the shortcuts can be modified.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.