Is there a key binding for Next Difference and Previous Difference in Eclipse Compare Editor?

eclipse, keyboard-shortcuts

Solution

There are default shortcuts for these: CTRL-. (`next`) and CTRL-, (`previous`)

Problem

In compare editor there are buttons - Next Difference - Previous Difference - Next Change - Previous Change I'd like to assign key bindings for Next Difference and Previous Difference buttons. However in preferences I see only Select Next Change and Select Previous Change commands (both in category Compare). How can I assign key bindings to buttons referring to differences? My Eclipse: Version: Indigo Service Release 2 Build id: 20120216-1857

Original source

Related problems