Left click only on menu items possible?

Hi all,

I did my best googling it but got nothing.

Problem statement: on Plasma 5.27.8 when I invoke any context menu (e.g. Dolphin), any of mouse buttons activates selected menu item.
Is it possible to set up only left (right) click to do this?

Thanks.

This is a core behavior of the Qt toolkit’s QMenu component. It would have to be changed there, in Qt code.

Thanks for the answer, much appreciated.