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.
- 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.
Most helpful comment
@pihentagy If the default font size doesn't suit you, a little bit of custom CSS will save the day: