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

Keybindings for Table Component #1686

Closed
aeid opened this issue Oct 6, 2017 · 4 comments
Closed

Keybindings for Table Component #1686

aeid opened this issue Oct 6, 2017 · 4 comments

Comments

@aeid
Copy link

aeid commented Oct 6, 2017

This is a feature request for keybindings in the table component which are common in most spreadsheet applications. For example:
arrow keys to move active cell
cmd+c to copy active or range content
cmd+p to paste content in active cell
"=" to type in formula in active cell
etc...

@cmslewis
Copy link
Contributor

cmslewis commented Oct 9, 2017

RE: arrow keys: this is already implemented. Make sure you have enableFocus=true.

RE: Cmd + C should already be possible. See the getCellClipboardData prop here: http://blueprintjs.com/docs/#table-js.table.

RE: Cmd + P: I'm assuming you mean Cmd + V. This gets into spreadsheet-y features, which we're starting to consider more actively.

RE: type-char-to-enter-edit mode: We've had this on our radar for a bit, but I can't find the issue actually.

I've added the latter two tasks to our existing issue about keyboard shortcuts: #1080. Will close this in the meantime.

@cmslewis cmslewis closed this as completed Oct 9, 2017
@akoskm
Copy link

akoskm commented Feb 2, 2022

This gets into spreadsheet-y features, which we're starting to consider more actively.

Hi @cmslewis 👋 any updates on this?

@adidahiya
Copy link
Contributor

@akoskm this is an old issue; I've opened a new one to track the pasting feature request here #5123

@akoskm
Copy link

akoskm commented Feb 11, 2022

Thanks @adidahiya 🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants