I am using a table with a dynamic shortcut menu. I would like to show the shortcut menu with a left click rather than a right click. Is it possible to generate a shortcut menu activation event?
Use the Mouse Down? event (notice the question mark) and use the right terminals to change the button to 2 (or whatever the RMB value should be). This will turn a left click into a right one.