daybrush / selecto

Selecto.js is a component that allows you to select elements in the drag area using the mouse or touch.
https://daybrush.com/selecto
MIT License
2k stars 81 forks source link

How to implement Ctrl+Shift held selection? #164

Open lalitpal16 opened 6 months ago

lalitpal16 commented 6 months ago

Environments

Description

How can I perform 'CTRL+SHIFT' selection in Selecto? Suppose I have five elements for selection and when I select the first and fourth elements then all the elements in between(second and third) gets automatically selected.