Author Topic: Zooming in/out of Text with Ctrl+ScrollWheel  (Read 2770 times)

intelli_what

  • New Community Member
  • Posts: 1
  • Hero Points: 0
Zooming in/out of Text with Ctrl+ScrollWheel
« on: June 18, 2017, 07:19:13 PM »
I'd like to be able to zoom in and out of the text in the editor using the scroll wheel of my mouse. This functionality exists in basically every other code editor I've seen.

Dan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 2896
  • Hero Points: 153
Re: Zooming in/out of Text with Ctrl+ScrollWheel
« Reply #1 on: June 19, 2017, 02:48:44 PM »
We will look into this for 22.0.

jporkkahtc

  • Senior Community Member
  • Posts: 2620
  • Hero Points: 210
  • Text
Re: Zooming in/out of Text with Ctrl+ScrollWheel
« Reply #2 on: June 19, 2017, 06:34:18 PM »
You can add the key binding for this yourself.

In Tools > Options > Keyboard and Mouse > Key Bindings, bind Ctrl+WheelUp to wfont-zoom-in and Ctrl+WheelDown to wfont-zoom-out.

Hold Control and click the little AddMouseEvent button in the bindings dialog to pick the wheel actions.