How to do keybinding in eclipse RCP?
I mean how to use key sequences in your GUI...like Ctrl + something or Alt + something.....?
How to do keybinding in eclipse RCP?
I mean how to use key sequences in your GUI...like Ctrl + something or Alt + something.....?
You can look at the Eclipse Command tutorial
To define and use your own scheme you need:
the all keybinding mechanism is based on the Eclipse Command Framework