Eclipse shortcut keys are not working suddenly in Windows

EclipseEclipse PluginMyeclipse

Eclipse Problem Overview


Eclipse shortcut keys are not working suddenly in Windows, Even basic needed shortcut keys also like 'ctrl + F' or 'crtl + c'. I hope if i restart the eclipse it will resolve, but i can not do, bucause my applications are running in eclipse. I ensured that this happening in eclipse or all windows. But not happening same in notepad++ editor.

It looks wonder but it happening.

Eclipse Solutions


Solution 1 - Eclipse

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.

Solution 2 - Eclipse

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.

Solution 3 - Eclipse

Based on the link posted by david99world

Changing perspective and going back does also solve this, that does looks like is a focus problem.

Solution 4 - Eclipse

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.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionSunView Question on Stackoverflow
Solution 1 - EclipseFrancisco Dantas Nobre NetoView Answer on Stackoverflow
Solution 2 - EclipseDavidView Answer on Stackoverflow
Solution 3 - EclipseMarcos VasconcelosView Answer on Stackoverflow
Solution 4 - EclipseThanderView Answer on Stackoverflow