According to the code, it allows an Extended Selection model where multiple selections are made as follows:
Quote taken from the Qt website docs directly for Extended Selection. Remember the Qt Ctrl key is the Apple Key on macOS.
Quote:
When the user selects an item in the usual way, the selection is cleared and the new item selected. However, if the user presses the Ctrl key when clicking on an item, the clicked item gets toggled and all other items are left untouched. If the user presses the Shift key while clicking on an item, all items between the current item and the clicked item are selected or unselected, depending on the state of the clicked item. Multiple items can be selected by dragging the mouse over them.
|
I will test this when I get back to my Desktop machine.
Quote:
Originally Posted by odamizu
Interesting. This is not working for me in in 1.5.0 or 1.4.3. But maybe it's just me? 
|