You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 27, 2025. It is now read-only.
Version 1.7.0 introduced the ability to select multiple files/folders by clicking multiple rows while simultaneously holding down the ctrl or shift keys (#86).
On OSX this works well for the shift key but does work for the ctrl key. This is because on some browsers (chrome for example), ctrl+click sends a contextmenu event not a mousedown event.
I suggest adding support for detecting the meta key as an alternative to the ctrl key so that osx users can select multiple files using cmd + click instead of ctrl + click.
Summary:
ctrl + click does not work to select multiple files on OSX ctrl+click opens the context menu instead
detecting whether the meta key is pressed as well will improve usability for OSX users