Pressing Ctrl + Shift + G opens up my browser

Solution 1:

ClipX a clip board history tool was using the shortcut. I removed the shortcut setting there, and now everything works fine.

Solution 2:

Open your workspace preferences in Eclipse (Window -> Preferences), and go to the "General -> Keys" category.

There, try to search for "ctrl+shift+g", to see if this is bound to a command. You can search also for "References in workspace", to find the command you actually want to execute, and associate ctrl+shift+g back to this one (assuming the problem is only related to Eclipse configuration).