View Single Post
Old 02-28-2021, 03:44 PM   #156
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,885
Karma: 6120478
Join Date: Nov 2009
Device: many
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 View Post
Interesting. This is not working for me in in 1.5.0 or 1.4.3. But maybe it's just me?
KevinH is offline   Reply With Quote