It’s kind of annoying that the behaviour of non-custom listbox items treats both left and right buttons as a selection modifier. I’m trying to add a right click menu to a list view that uses the default list items, but even after catching listmodel:itemClicked(), the selection is still happening, so I can show a popup, but not without an unwanted side effect.
Wouldn’t it be better to have only the left button generate row selections?