lukasbach / react-complex-tree

Unopinionated Accessible Tree Component with Multi-Select and Drag-And-Drop
https://rct.lukasbach.com
MIT License
953 stars 77 forks source link

Use metaKey in additional to ctrlKey during interaction #85

Closed alexdarling closed 2 years ago

alexdarling commented 2 years ago

Allows using the meta key or control key in scenarios where only the control key could be used for multi-selection. This lets Mac users perform non-contiguous multi-selection, which resolves issue #80.

lukasbach commented 2 years ago

Thank you for your contribution!