Skip to content

Commit 00fff3e

Browse files
committed
Complete Zoom section
1 parent eaa2890 commit 00fff3e

File tree

4 files changed

+24
-6
lines changed

4 files changed

+24
-6
lines changed

drawing.md

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Other tools that will help you in the drawing process:
2525
* ![Selection tool icon](tools/marquee-tool.png) [Rectangular Marquee](selecting.md) (<kbd>M</kbd> key)
2626
* ![Move tool icon](tools/move-tool.png) [Move Cel](move-tool.md) (<kbd>Ctrl</kbd> or <kbd>⌘</kbd> or <kbd>V</kbd> key)
2727
* ![Slice tool icon](tools/slice-tool.png) [Slice](slices.md) (<kbd>Shift+C</kbd> key)
28+
* ![Zoom tool icon](tools/zoom-tool.png) [Zoom](zoom.md) (<kbd>Z</kbd> key)
2829

2930

3031
---

zoom.md

+23-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,26 @@
11
# Zoom tool
22

3-
![Zoom Tool](tools/zoom-tool.png)
3+
You can zoom with the ![Zoom Tool](tools/zoom-tool.png) (<kbd>Z</kbd>
4+
key) using <kbd>Left click</kbd> and <kbd>Right click</kbd> to zoom-in
5+
and zoom-out respectively. Or pressing the left mouse button, and
6+
dragging the mouse from left to right to zoom-in, or right to left to
7+
zoom-out.
48

5-
You can zoom with keys <kbd>1</kbd>, <kbd>2</kbd>, <kbd>3</kbd>,
6-
<kbd>4</kbd>, <kbd>5</kbd>, <kbd>6</kbd> (those above the QWERTY
7-
keys), or the **mouse wheel**. You can use the zoom tool too
8-
(<kbd>Z</kbd> key) to zoom-in with <kbd>Left click</kbd> and zoom-out
9-
with <kbd>Right click</kbd>.
9+
You can also see/change the zoom level from the status bar slider:
10+
11+
![Zoom Text Field](zoom/zoom-text-field.png)
12+
![Zoom Slider](zoom/zoom-slider.png)
13+
14+
Or using other alternatives:
15+
16+
* With keys <kbd>1</kbd>, <kbd>2</kbd>, <kbd>3</kbd>, <kbd>4</kbd>,
17+
<kbd>5</kbd>, <kbd>6</kbd> (those above the QWERTY keys), to change the zoom to
18+
100%, 200%, 400%, 800%, 1600%, 3200% respectively.
19+
* The mouse wheel ([details](https://github.com/aseprite/aseprite/issues/2896)).
20+
21+
---
22+
23+
**SEE ALSO**
24+
25+
[Drawing](drawing.md) |
26+
[Mouse Wheel Behavior](https://github.com/aseprite/aseprite/issues/2896)

zoom/zoom-slider.png

1.11 KB
Loading

zoom/zoom-text-field.png

789 Bytes
Loading

0 commit comments

Comments
 (0)