Eclipse: Can You Hit A KeyBinding To Find The Command It Is Bound To?

eclipse, keyboard-shortcuts

Solution

Windows > Preferences > General > Keys

You can TYPE ( not press ) the name of the keys, it will sort the list by the name of the keys

Problem

I'm new to Eclipse. Is it possible in Eclipse to hit a keybinding and find the name of the command it is bound too? For example, pressing Ctrl+Shift+R and have something like "open-dialog" come up in a list telling me that Ctrl+Shift+R is bound to the command "open-dialog".

Original source

Related problems