Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » key binding
key binding [message #464761] Thu, 15 March 2007 05:18 Go to next message
Eclipse UserFriend
Originally posted by: m.hybler.aegis.cz

This is the part of my plugin.xml

------------------------------------------------------------ ----
<extension
point="org.eclipse.ui.commands">
<command
id="cz.aegis.cms.viewer.deleteCommand"
name="deleteCommand"/>
<keyBinding
command="cz.aegis.cms.viewer.deleteCommand"
configuration="cz.aegis.cms.viewer.keyConfiguration"
contextId="org.eclipse.ui.globalScope"
string="Ctrl+Shift+D"/>
<keyConfiguration
id="cz.aegis.cms.viewer.keyConfiguration"
name="keyConfiguration"
parent="org.eclipse.ui.defaultAcceleratorConfiguration"/>
</extension>
------------------------------------------------------------ ----

But my eclipse says that keyconfiguration and keybinding is deprecated.I
can find other way to set keybinding for my action. In eclipse FAQ it is
described by this way. Should anyone helps me?
Tahnks a lot Michal
Re: key binding [message #465222 is a reply to message #464761] Mon, 26 March 2007 10:39 Go to previous message
Eclipse UserFriend
use the org.eclipse.ui.bindings extension point
PW
Previous Topic:Customize the Main Menu
Next Topic:Opening exising preference page via context menu
Goto Forum:
  


Current Time: Wed Jul 16 16:31:58 EDT 2025

Powered by FUDForum. Page generated in 0.13072 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top