1

I am trying to make my Mousewheel + CTRL work as a zoom shortcut. it suddenly stopped working.

I also noticed that (CTRL + =) and (CTRL + -) shortcuts no longer work either.

Does anyone have any idea on how to fix this?

I reinstalled eclipse, installed the tarlog plugin etc.. haven't been able to fix it.

user3256369
  • 135
  • 1
  • 9
  • Possible duplicate of [Eclipse IDE: How to zoom in on text?](http://stackoverflow.com/questions/790720/eclipse-ide-how-to-zoom-in-on-text) – Mickael Apr 18 '16 at 20:43

2 Answers2

1

This might help.

  1. Press Ctrl + Shift + L twice to get the "Keys" Preferences
  2. Type "zoom" in the textbox on the top
  3. You will get "Zoom In" and "Zoom Out" commands
  4. Check their binding (in my case, it shows Ctrl + = for "Zoom In" and Ctrl + - for "Zoom Out" options)
KrishPrabakar
  • 2,824
  • 2
  • 31
  • 44
-1

You have to press CTRL + SHIFT + + or -

Aurasphere
  • 3,841
  • 12
  • 44
  • 71
theSaan
  • 1
  • 1