[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform] Re: Hot key can't work!

To determine if the keys are being trapped before they get to eclipse
you can run a simple Java application to print the keys you press. See
for example
http://www.java2s.com/Code/JavaAPI/org.eclipse.swt.widgets/TextaddKeyListenerKeyListenerlis.htm
or
http://www.cs.umanitoba.ca/~eclipse/2-Basic.pdf
If such a program prints normal keys but not C-A-Up, then chances are
good that the OS or BIOS gets them first.

xldelphi wrote:
> Thanks for your answer.
> but the setting of eclipse is default.
> 
> "John J. Barton" <johnjbarton@xxxxxxxxxxxxxxx> wrote in message 
> news:ektgcs$o02$1@xxxxxxxxxxxxxxxxxxxx
>> Any chance you have used "customize perspective" to remove toolbar
>> buttons?  To my surprise removing buttons also removes keybindings!
>>
>> John.
>>
>> xldelphi wrote:
>>> hi,
>>> Recently, I downloaded the newest Eclipse v3.2.1, but Ctrl + Alt +
>>> Up/Down can't work properly!
>>> The type of My notebook is ThinkPad X60s.
>>>
>>> Can anyone provide some direction for troubleshooting?
>>>
>>> Thanks for any help you can give. 
>