Zettlr: zoom out

Created on 30 Oct 2019  Â·  14Comments  Â·  Source: Zettlr/Zettlr

  1. The shortcut 'ctrl+-' for zooming out does not work, yet zoom in shortcut works fine.
  2. Would be great to leave the zoom level as it is when closing the program, so that we don't have to re-zoom every time we start Zettlr.

Platform

  • OS: Windows 10
  • OS Version 1903
  • Zettlr Version 1.4.2
enhancement stale

Most helpful comment

@pihentagy If the default font size doesn't suit you, a little bit of custom CSS will save the day:

#editor .CodeMirror {
  font-size: 1.5em; /* Adjust this to your liking */
}

All 14 comments

  1. So the shortcut is not working, but the menu entry?
  2. Good idea!
  1. The zoom out menu entry works fine

Alright, thanks for the clarification — just to be sure: Does Ctrl+Shift+- work? Sometimes, Electron overrides shortcuts, which is out of my control, afaik.

No Ctrl+Shift+- doesn't work, this shortcut does nothing visible

Okay, then I'll have a look at this!

Maybe he has non-English keyboard.

That's not the problem -- as far as I understood some of the issues on the Electron tracker, shortcuts for, e.g., zooming, are hard-coded into the Chromium base, which effectively means that I can use any accelerator without having any effect. So some shortcuts are simply unavoidable ...

No Ctrl+Shift+- doesn't work, this shortcut does nothing visible

Nost just Ctrl + -?

Was just my first idea without checking, but yes, it's supposed to be Ctrl+-

N.B.: On my Windows 7 machine at work Ctrl + - works just fine for zooming out

On Windows 10, CtrlShift+ and Ctrl- work for me.

  1. Would be great to leave the zoom level as it is when closing the program, so that we don't have to re-zoom every time we start Zettlr.

Actually that one is very annoying (have to re-calibrate every time)

@pihentagy If the default font size doesn't suit you, a little bit of custom CSS will save the day:

#editor .CodeMirror {
  font-size: 1.5em; /* Adjust this to your liking */
}

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

This issue has been automatically closed due to inactivity. If you believe that this issue is relevant for many users and should not be closed, feel free to comment so that the admins will be notified.

Was this page helpful?
0 / 5 - 0 ratings