| [news.eclipse.newcomer] Re: Binding Commands to Mouse Events |
Tarlog,
Hi,
I'm writing a plugin that binds some commands to the keys. I wonder if I can also bind these commands to a mouse events?
Foe example I want a command to be invoked when user holds ALT+right click on the mouse.
I tried to add a Listener to a Display, but it appears that Eclipse ignores listeners that are added by plugins.
Thanks, Tarlog.