Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-ui-dev] Keybinding Problems in M4


I have an SWT Control which listens for the F2 key through a KeyListener.  If I load just my plugin and its dependencies, I will receive the F2 KeyEvent.

If I add the JDT to my installation, I will no longer receive the F2 key.  This is because org.eclipse.jdt.ui defines a Keybinding for the F2 key.

The behavior of my plugin is affected by the existence of the JDT.  How can this be avoided?  In the worst case I could lose every KeyEvent to an unknown plugin.

-randy

Back to the top