| [news.eclipse.platform.rcp] Re: How to disable built-in shortcut keys provided by eclipse |
Neha,
Just ignore the command part in the description.
Best regards, Lars
-- http://www.vogella.de/ - Eclipse plugin and Eclipse RCP Tutorials http://www.twitter.com/vogella - vogella on Twitter
Neha wrote:In my application created i want to disable some of the built in shortcut keys provided by eclipse rcp. For instance shortcut key "Ctrl + F8" for next perspective.I dont want anythng to happen on this key.
Is there any way to do so? Please let me know
Create you own scheme and add the keybindings you need to it. In the customization ini file add this line:
org.eclipse.ui/KEY_CONFIGURATION_ID = <your scheme id>
- Prakash
Platform UI Team, IBM http://blog.eclipse-tips.com