SmartClick Actions
Overview
Widget which allows the developer to configure key modifier + click pairs with an action attached to it.
For example: User configures alt + click to call Action A clicking on the field inside the widget while ctrl + click calls Action B.
Documentation
Typical usage scenario
Developers configure different key + click combinations to call standard Mendix on click actions such as call microflow, nanoflow, show page....etc.
Installation [optional]
1.Download widget
2. Place it on page
Configuration [optional]
1. Configure default action (if needed) - This action will run when you just click anything inside the widget.
2. Map key binds for actions. Example: alt - call microflow. When widget is clicked with alt held down it will call the action configured.
GitHub link