[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.rcp] keybinding does not show ? conflict ? Ctrl-N, F5, Shift-F5
|
Hello,
I have an RCP product, I'm trying to bind Ctrl-N, and F5 to my action, but
it doesn't seem to work. I can bind other sequences.
I realized the F5 is usually used for refresh, I am trying to create my
refresh action. Should I try it differently instead of using key binding in
plugin.xml ?
Here's my plugin.xml snippet:
<key commandId="com.siebel.analytics.jobmanager.rcp.ConfigurationOptions"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
sequence="CTRL+N"> </key>
<key
commandId="com.siebel.analytics.jobmanager.rcp.RefreshJobList"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
sequence="F5">
</key>