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.

Home Page:https://pluto.weblaze.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

sinhpn92 opened this issue · comments

commented

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.

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

commented

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