Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse : shift + 8 button is not working

I am facing issues with keyboard specifically in Eclipse. I wanted to put multi line comment using /** but using "SHIFT + 8" is not working at all. It wont print anything. If we simply press 8 button it does print 8.

In fact I tried other combinations like "SHIFT + 1 " -> prints ! (Exclamation mark). It works perfectly fine in Eclipse.

Surprisingly, I tried "SHIFT + 8 " in other applications It works perfectly. I dont understand why this only SHIFT + 8 is not working.

like image 988
Morez Avatar asked Sep 27 '22 16:09

Morez


1 Answers

Open Window->Preference see if there is any shortcut assign with SHIFT + 8, if its there just unbind it. See below image:

enter image description here

like image 156
Sumit Singh Avatar answered Oct 13 '22 18:10

Sumit Singh