Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » key binding
key binding [message #464761] Thu, 15 March 2007 09: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 14:39 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

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: Tue Sep 17 05:27:51 GMT 2024

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

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

Back to the top