Skip to content

Commit 43b1897

Browse files
committed
add zoom with wheel
1 parent 37b4e2f commit 43b1897

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

_posts/how-to/2019-07-26-Zoom.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ typora-copy-images-to: "../../media/zoom"
1212
last_modified_at: 2022-03-01
1313
---
1414

15+
## Zoom from Menu Bar
16+
1517
Zoom function is now enable on all supported platforms. You could zoom in / out the view from `view` menu or press the corresponding shortcut keys (which are displayed in right side go menu item).
1618

1719
<div style="text-align:center;">
@@ -21,6 +23,16 @@ Zoom function is now enable on all supported platforms. You could zoom in / out
2123

2224
When view is zoomed, the zoom hint panel will show on the right top of current window, and you can adjust or reset zoom factor there.
2325

26+
## Pinch to Zoom
27+
2428
On Later macOS version, you could use two finger gesture in touchpad to zoom in / out the whole view, just like other touch devices. To disable this, please uncheck `Allow Magnification` under `view` menu.
2529

2630
<p style="text-align:center"><video src="/media/zoom/magnification.mov" style="width:540px;" autoplay="autoplay" mute="mute" loop="loop"></video></p>
31+
32+
## Zoom with Mouse Wheel
33+
34+
Also, when following option is added, you can zoom Typora with mouse wheel when `command` or `ctrl` key is pressed.
35+
36+
<img src="/media/new-1.8/Screenshot 2023-12-13 at 19.19.13.png" alt="Screenshot 2023-12-13 at 19.19.13" style="zoom:50%;" />
37+
38+
You can enable this when you are in class or making presentation, to quickly zoom in / out with mouse wheel and command / ctrl keys.

0 commit comments

Comments
 (0)