awcodes / filament-curator

A media picker plugin for Filament Panels.
MIT License
298 stars 79 forks source link

`ctrl+click` or `cmd+click` keybinding for multiple selection #437

Closed iRaziul closed 4 months ago

iRaziul commented 4 months ago

On Windows OS the metaKey is the Windows Key ⊞ but ctrl is often used for multiple selections.

✅ This PR adds this feature.

awcodes commented 4 months ago

I wonder if this should be a config setting instead?

I don't like Mac users being able to use either key at the same time.

iRaziul commented 4 months ago

I wonder if this should be a config setting instead?

I don't like Mac users being able to use either key at the same time.

Okay but currently we are missing a common behavior for the windows user 🥲

awcodes commented 4 months ago

Yea, I totally understand. It's not convenient. Had discussion in the past about this and there's not really a good way to handle it without trying to read the user agent to determine if it's windows or mac.