[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: How to disable built-in shortcut keys provided by eclipse

Neha,

additional details for defining your scheme can be found here: http://www.vogella.de/articles/EclipseCommands/article.html#keybinding

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

Prakash G.R. wrote:
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