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