So here's the thing
I created a Eclipse plug-in(A plug-in with a view) And now I just want to create a key binding to open the view For example, some of the original views in Eclipse like "Problem" view can be opened and showed with the key combination of "Alt + Shift + Q" So how should I create a key binding like "Ctrl + Space" to show my own view plug-in just like the original views?
I know this has something to do with the extension points, commands, actions and handlers but I'm still learning and can't figure this out.
It would be much appreciated if someone could give me some tips on how to do this