Default left click action set

I’m looking for a way to change default (starting) action for left mouse click (or single finger touch for touch devices). Currently it is set to Window Level tool.
How could this be changed to for example Stack Scroll tool?

Screenshot 2023-10-05 at 10.36.17
Screenshot 2023-10-05 at 10.36.02

Thanks in advance!

Hi @urosch.

The only way to change this is to look at the onModeEnter code for a mode. For example, for the default/longitudinal mode used for the OHIF demo, this code sets it to window level. Altering this code should get you what you want.

Thank you @jbocce. I will try and modify it accordingly.
Have a nice day!