caleidon

Results 5 comments of caleidon

> I think you misunderstood me. The desired outcome is that when CTRL is held, you can INVERT your selection, so deselect when it's selected and select when it's not...

> Hey! Thanks for the answer. I'm not sure where to put this last part. I don't use Moveable with selecto. Here's what my setup looks like: ```ts { scroller.scrollBy(e.direction[0]...

I'm not sure how to answer that question. Currently we only have `toggleContinueSelect`. I think a feature should be added where you can have both `toggleContinueSelect` (holding SHIFT to keep...

Yes, exactly! Just keep in mind that when using CTRL, there isn't deselection, it's inversion. So you can still select by using CTRL if it's not selected. Thank you, and...

Hi. Thank you for the update and attempting to solve the problem. However, it isn't as I hoped it would be. I tried your code that you posted and the...