[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
|
Hi,
Actually adding my own scheme works . I needed to overide the shortcut
"cntrl + N". But all other shortcuts are disabled.
Any way to avoid that
Thanks in advance !
Regards,
Neha.
"Lars Vogel" <Lars.Vogel@xxxxxxxxx> wrote in message
news:h8tleb$hq3$1@xxxxxxxxxxxxxxxxxxxx
> 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