You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each menu item offers several workflows which are executed when certain events happen, e.g. when the item is selected.
65
+
You can edit these workflows by clicking on the corresponding tabs in the item properties panel on the right side of the editor.
66
+
67
+
For instance, **submenu items** have a "Open Workflow" (which is executed when you select the submenu), a "Hover Workflow" (which is executed when you hover over the submenu before selecting it), and a "Center-Click Workflow" (which is executed when you click the center of the submenu when it is open).
**Button items** have only two workflows: a "Select Workflow" and a "Hover Workflow".
72
+
Now you can add any number of actions to these workflows, and compose complex sequences of actions which are executed when you select or hover over the item.
73
+
74
+
You can reorder the actions in a workflow by dragging and dropping them in the workflow editor.
0 commit comments