Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Re: Key binding...............
Re: Key binding............... [message #324894] Mon, 04 February 2008 05:23
Eclipse UserFriend
Originally posted by: sandeep.goel.barco.com

Hi,
Create a key binding for Ctrl+N and don't do any thing for its action, by this your empty key binding will over write the default key binding of RCP. following is sample code.

<command
description="Dummy Action to disable unwanted key bindings of eclipse"
id="DummyAction"
name="DummyAction">
</command>




<key
commandId="DummyAction"
contextId="myContextId"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
sequence="M1+N">
</key>


With BR,
Sandeep Goel.
Previous Topic:plugins skipped - Eclipse PDE build
Next Topic:how to know eclipse abt changed file......
Goto Forum:
  


Current Time: Fri Jun 06 00:19:49 EDT 2025

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

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

Back to the top