Keyboard Shortcuts in Eclipse Oxygen

I worked at Eclipse yesterday when my keyboard shortcuts stopped working. All of them worked until yesterday. Pressing Ctrl + Shift brings up a pop-up message stating that the cursor does not yet have a detected image. Ctrl works fine, and so shift + letter. Only this error causes only Ctrl + Shift +. Even just pressing Ctrl + Shift in itself brings up a popup window:

enter image description here

I am using Eclipse with the Darkest Dark Theme plugin in Windows 10.

What causes this error, and how to fix it? Thanks in advance.

+1
eclipse keyboard-shortcuts
source share
2 answers

Try removing the Darkest Dark Theme plugin.

This closed-source plugin transcodes download times to fix the Java bytecode of the Eclipse platform (for legal reasons, not to publish your changes). Unlike using the public API, patches with a temporary load time must be adapted for each (new) version of Eclipse: an error in the plug-in can cause strange behavior of the Eclipse platform.

+1
source share

As mentioned by Howlger, yes, Darkest Dark Icon Designer uses Control-Shift when you hover over the icon so you can find the icon you want to customize. This listener is activated only if you have a presentation in your workspace, and I believe that if you brought the presentation to the forefront. However, we have changes in the next release to explicitly allow you to use Control-Shift to search for the icon.

Clear Screenshot

It has nothing to do with open source or otherwise - just the software behaves as designed

+3
source share

All Articles