Reputation: 3564
Eclipse shortcut keys are not working suddenly in Windows. Even basic needed shortcut keys like 'ctrl + F' and 'ctrl + c' don't work. I hope that if eclipse is restarted, it would work, but I cannot restart as my applications are running in eclipse. I ensured that this is happening only in eclipse, not in other applications in my computer.
Upvotes: 74
Views: 116533
Reputation: 631
My problem was solved when I restored defaults values of my Keys.
Go to Window -> Preferences -> General -> Keys.
Then, click Restore Defaults button at the bottom, and restart Eclipse.
I am using Eclipse Juno.
Upvotes: 63
Reputation: 18276
Based on the link posted by david99world
Changing perspective and going back does also solve this, that does looks like is a focus problem.
Upvotes: 21
Reputation: 71
My problem was solved this way: Go to Window -> Preferences -> General -> Keys
and look at the "Scheme:" control. Change it to "Default". If only that doesnt do it for you, in the field "Binding:" leave it blank.
For me it worked.
Upvotes: 7
Reputation: 20063
This is a bug in Eclipse Juno, restarting Eclipse does solve it temporarily, I'll try an dig out the bug report.
Bug report https://bugs.eclipse.org/bugs/show_bug.cgi?id=385278
Comment from bug description...
I am also facing a lot of problems regarding the keyboard shortcuts. The issue is intermittent and all of a sudden most of the key board shortcuts(specifically f3, ctrl+D, ctrl+O ) stop working unless I restart my IDE.
Upvotes: 44