GraphicalViewerKeyHandler keyPressed event not called for dot (.) and greater than(>)(Shift + .) key strokes

View: New views
1 Messages — Rating Filter:   Alert me  

GraphicalViewerKeyHandler keyPressed event not called for dot (.) and greater than(>)(Shift + .) key strokes

by Haritha Reddy :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I have a class which extends GraphicalViewerKeyHandler  and keyPressed method extended.

The method is working as expected for all the keys but it is not called for the '.' key and Shift+. keys

As for the documentaion , The KeyHandler should handle all normal keystrokes on an EditPartViewer. Normal is simply defined as keystrokes which are not associated with an Accelerator on the Menu

I have checked that no keyBinding is associated with '.' key. (Windows->Preferences->General->Keys->)

Could you please tell me what else could be the reason the keyhandler does nt handle the key (.) event

Thanks