Monitoring system event triggers
There are three system trigger events—Hotkey Trigger
, Mouse Trigger
, and System Trigger
:

Though all three triggers are used for triggering activities, they are used differently as explained in the following section.
Hotkey trigger
Hotkey trigger works for shortcut keys. Suppose we want a certain workflow to work once the user presses the Alt + F4 keys or any other shortcut key. In such a case, we will use the Hotkey trigger
:
Mouse trigger
This is used when we want to trigger events on performing a mouse action (left-click, right-click, or middle-click) as shown in the following screenshot:

As shown in the screenshot, we can select the type of click with which we want to trigger events. We can also use other special keys with mouse actions as shown.
System trigger
This is the last type of system trigger activity. A system trigger is used to trigger events on mouse actions, keyboard actions, or both, all of which we can select from the Properties
panel. We can also...