Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » key binding
key binding [message #464794] Thu, 15 March 2007 09:18
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
Previous Topic:RCP Book and Chapter 23 Sample code
Next Topic:How to: Hide and show columns of TableViewer/Table
Goto Forum:
  


Current Time: Wed Jul 16 19:49:15 EDT 2025

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

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

Back to the top