diff --git a/docs/basics.md b/docs/basics.md index ce21ef798..f2f9e8bda 100644 --- a/docs/basics.md +++ b/docs/basics.md @@ -324,13 +324,10 @@ You can also toggle this feature on and off in the menu bar by selecting **View ## [Context menu](#the-context-menu) -The **context menu** is a pop-up list of commands and options for basic operations with layers. +The **context menu** appears when you right-click on a layer. The items on the menu vary depending on the layer you select. Almost all context menu options have shortcuts you can use to speed up your workflow. -It appears when you right-click on a layer. The items on the menu vary depending on the layer you select. + -Almost all context menu options have shortcuts you can use to speed up your workflow: - - These context menu options are universal for almost all layer types: @@ -355,10 +352,18 @@ These context menu options are universal for almost all layer types: | Ungroup | Ungroup a selected group of layers. | | Create component | Create a reusable component from the layer. | +When you right-click on an empty area on the canvas or a frame, the only option available on the context menu is **Paste here**. + +### Context menu search + +To quickly find the required menu option, you can use the search field at the top of the context menu. The search recognizes both English and your selected interface language. +
-

Note: When you right-click on an empty area on the canvas or a frame, the only command available on the context menu is Paste here.

+

Tip: With the context menu search, you can find almost any command or shortcut, even those not related to the selected layer. You can even search by the first letters of commands. For example, typing 'cs' or 'c s' will return Copy style.

+ + ## Document pages diff --git a/docs/public/contextmenusearchman.mp4 b/docs/public/contextmenusearchman.mp4 new file mode 100644 index 000000000..3cf8b99eb Binary files /dev/null and b/docs/public/contextmenusearchman.mp4 differ diff --git a/docs/public/contextmenusearchman.png b/docs/public/contextmenusearchman.png new file mode 100644 index 000000000..aa6d13452 Binary files /dev/null and b/docs/public/contextmenusearchman.png differ diff --git a/docs/text.md b/docs/text.md index d2b2d16ad..f310d64ec 100644 --- a/docs/text.md +++ b/docs/text.md @@ -241,7 +241,7 @@ The **Text on path** option enables you to bend text in any way you want: ##### Text truncate and Max lines -You can now truncate overflowing text with an ellipsis (`…`) when it exceeds the bounds of a text box. This keeps your designs clean and readable without manually resizing text layers. +You can truncate overflowing text with an ellipsis (`…`) when it exceeds the bounds of a text box. This keeps your designs clean and readable without manually resizing text layers. Also, you can use the **Max lines** parameter to define the number of lines before the text truncates. This can be useful when working with auto layouts.