Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[data grid] Remove Alt+C keyboard shortcut #5618

Closed
Tracked by #3287
joserodolfofreitas opened this issue Jul 26, 2022 · 1 comment · Fixed by #7466
Closed
Tracked by #3287

[data grid] Remove Alt+C keyboard shortcut #5618

joserodolfofreitas opened this issue Jul 26, 2022 · 1 comment · Fixed by #7466
Assignees
Labels
breaking change component: data grid This is the name of the generic UI component, not the React module! design This is about UI or UX design, please involve a designer feature: Selection Related to the data grid Selection feature v6.x

Comments

@joserodolfofreitas
Copy link
Member

Summary

Remove Alt+C keyboard shortcut. It copies selected rows including headers.

Motivation

It's not intuitive and using Option for shortcut on MacOS is tricky (#3658). Instead, we might want to add a prop clipboardCopyIncludeHeaders or allow users to register their own shortcuts using apiRef.

Challenge

how do we teach non-standard shortcuts to end-users?

@joserodolfofreitas joserodolfofreitas added breaking change component: data grid This is the name of the generic UI component, not the React module! v6.x feature: Selection Related to the data grid Selection feature design: ux labels Jul 26, 2022
@joserodolfofreitas
Copy link
Member Author

We can remove the shortcut as a first step. We'll re-evaluate the approach as a part (or followup) of #7389.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change component: data grid This is the name of the generic UI component, not the React module! design This is about UI or UX design, please involve a designer feature: Selection Related to the data grid Selection feature v6.x
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants