162

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.

el-teedee
  • 1,293
  • 1
  • 15
  • 27
shsteimer
  • 28,436
  • 30
  • 79
  • 95

5 Answers5

256

Window > Preferences > General > Keys

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

Lernkurve
  • 20,203
  • 28
  • 86
  • 118
Dave Ray
  • 39,616
  • 7
  • 83
  • 82
  • 21
    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 06 '11 at 13:10
  • For the ones who use Sublime, overiding a shorctut `Ctrl + p` is a must – MRodrigues Apr 10 '15 at 09:26
  • @krookedking comment is more useful. Check for conflicts when applying new shortcuts.`Ctrl+Shift+L` and again `Ctrl+Shift+L` – Chinmoy Mar 28 '17 at 05:13
28

For Windows:

Window > Preferences > General > Keys

Rana Depto
  • 721
  • 3
  • 11
  • 31
paul
  • 13,312
  • 23
  • 81
  • 144
20

For mac that would be

Eclipse > Preferences > General > Keys

Lernkurve
  • 20,203
  • 28
  • 86
  • 118
pjcarly
  • 416
  • 3
  • 12
14

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.

Jainendra
  • 24,713
  • 30
  • 122
  • 169
1

As a side note make sure your newly mapped Shortcut won't have any conflicts on the right of the Keys window/menu.

If so choose a combination that will work; doesn't have any conflicts with existing ( default ) settings.

Hope this helps.

JohnnyO
  • 527
  • 9
  • 21