mirror of
https://github.com/penpot/penpot.git
synced 2025-07-13 18:37:17 +02:00
🐛 Restore viewport and selection when exiting focus mode (#6827)
* 📚 Provide guidance on how to exit focus mode * 🐛 Restore viewport & selection post focus mode * 📎 Update changelog
This commit is contained in:
parent
92d708d52c
commit
bcb69b6227
3 changed files with 28 additions and 10 deletions
|
@ -281,12 +281,15 @@ press <kbd>Shift/⇧</kbd> + left click over the right arrow of a group or a boa
|
|||
|
||||
|
||||
<h2 id="focus-mode">Focus mode</h2>
|
||||
<p>Select the elements of a page you want to work with in a specific moment hiding the rest so they don’t get in the way of your attention. This option is also useful to improve the performance in cases where the page has a large number of elements.</p>
|
||||
<p>Focus mode zooms into the elements of a page you want to work with in a specific moment, and hides the rest so that they don’t get in the way. When the page has many elements, focus mode can also improve performance.</p>
|
||||
<p>To activate focus mode:</p>
|
||||
<ol>
|
||||
<ol>
|
||||
<li>Select one or more elements.</li>
|
||||
<li>Right click to show the menu and select the option "Focus on" or press <kbd>F</kbd>.</li>
|
||||
<li>Right click on the selection to show the menu and select the option “Focus on” or press <kbd>F</kbd>.</li>
|
||||
</ol>
|
||||
<p>Notice that the layer panel will now only show the focused layers. A focus mode status line will also appear at the top.</p>
|
||||
<p>To exit focus mode and return to the original viewport and selection, right click anywhere and select “Focus off” or just press <kbd>F</kbd> again. You can also click anywhere on the focus mode status line at the top of the layer panel.
|
||||
</p>
|
||||
<figure>
|
||||
<video title="Focus mode" muted="" playsinline="" controls="" width="100%" poster="/img/layers/layers-focus.webp" height="auto">
|
||||
<source src="/img/layers/layers-focus.mp4" type="video/mp4">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue