The event edit dialog box lets you choose an Event Type at the left,
then specify these event parameters such as Key Code, Macro Name, Mouse
Buttons, Modifier Keys, and/or key/click Duration at the right.
The following table shows which parameters are relevant to each event type:
Event Type |
Usage Notes |
USB KeyCode |
MacroName |
MouseButtons |
ModifierKeys |
Duration |
Key Stroke |
Equivalent to Key Hold & immediate
Release |
X |
X |
X |
||
Key Hold |
Holds key down while other keys/buttons
activated. |
X |
X |
X |
||
Key Release |
Pair each key hold with release
of same keycode! |
X |
X |
X |
||
Event Macro Reference |
Refer to event macros in library. |
X |
||||
Text Macro Reference |
Refer to text macros in library. |
X |
||||
Internal Function Ref |
Refer to internal function macros. |
X |
||||
Mouse Pointing |
Pointing without button presses. |
X |
X |
|||
Mouse Click |
Equivalent to Button Press &
immediate Release |
X |
X |
X |
||
Mouse Dragging |
At least one button should be
checked. |
X |
X |
X |
||
Mouse Wheel Up |
For scroll-wheel emulation. |
X |
X |
X |
||
Mouse Wheel Down |
For scroll-wheel emulation. |
X |
X |
X |
||
Mouse Button Press |
Holds button down while other
events activated. |
X |
X |
X |
||
Mouse Button Release |
Pair each button press or drag
with a final release! |
X |
X |
X |