Hi,
I put a key listener in my widget waiting for key ALT+left(right) arrows.
When this widget is used inot a View in eclipse those keys aren't received by the widget.
I suspect keys are eaten my key binding service for Global Nagivation action (using same
keys sequence).
Is there a way to get the key stroke prior Eclipse's binding service ?