bosskmk / pluto_grid

PlutoGrid is a dataGrid for flutter that can be controlled by the keyboard on desktop and web. Of course, it works well on Android and IOS.
https://pluto.weblaze.dev
MIT License
635 stars 288 forks source link

[Help] Copy the content of selecting cell to the clipboard #1042

Closed sinhpn92 closed 2 months ago

sinhpn92 commented 2 months ago

Hello team,

I need to implement a PlutoGrid with a large list for our app running on MacOS. Currently, users are unable to copy the content of the selecting cell to the clipboard using standard copy shortcuts. We need to ensure that after users select the content of the cells, they can copy it to the clipboard seamlessly.

Screenshot 2024-04-13 at 16 22 46

Thank you.

bosskmk commented 2 months ago

You can copy with control + c and paste with control + v. Please refer to the link below to change the shortcut key.

https://pluto.weblaze.dev/shortcuts

sinhpn92 commented 2 months ago

Thank you so much. On MacOS It's working with Command + C. I will update this custom shortcut key.