[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.gef] F3 Action

Hi,

I want to implement a "Navigate into" - like functionality in my editor,
which means, if you press F3, you can navigate into the selected editpart
(opens another editor).

But

sharedKeyHandler.put(KeyStroke.getPressed(SWT.F3,0),
getActionRegistry().getAction(NavigateIntoAction.ID));

doesn´t work . If i register a simple key like 'n' for this action, it
works.
So who consumes the F3-Event and how can I catch it?

Thanks, Ingo