Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why can't I type an asterisk in Eclipse?

I just upgraded Eclipse from Juno to Kepler, and suddenly I can no longer type asterisks. I have to open up a text editor, type the asterisk there, then copy-paste it into Eclipse. I can type an asterisk in Eclipse when I am using Find/Replace, but I am unable to when I am editing a python or Java file.

like image 727
Dasmowenator Avatar asked Aug 06 '13 19:08

Dasmowenator


1 Answers

As shown in the image, the shortcut key shift+8 was assigned for the import command. You have to change this assignment by specifying a new one or removing it using the unbind command button.

Do the same for all the commands, click apply and then restart Eclipse.

Eclipse shortcut settings screenshot

like image 157
HourGlass Avatar answered Sep 18 '22 08:09

HourGlass