Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[gef-dev] GraphicalViewerKeyHandler keyPressed event not called for dot (.) and greater than(>)(Shift + .) key strokes

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
-- 
View this message in context: http://www.nabble.com/GraphicalViewerKeyHandler-keyPressed-event-not-called-for-dot-%28.%29-and-greater-than%28%3E%29%28Shift-%2B-.%29--key-strokes-tp21182407p21182407.html
Sent from the Eclipse GEF - Dev mailing list archive at Nabble.com.



Back to the top