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

Notebook Editor - Redo Keyboard Shortcut #2913

Closed
jmew opened this issue Oct 15, 2019 · 5 comments
Closed

Notebook Editor - Redo Keyboard Shortcut #2913

jmew opened this issue Oct 15, 2019 · 5 comments
Assignees

Comments

@jmew
Copy link
Contributor

jmew commented Oct 15, 2019

We have a undo keyboard shortcut but no redo one. I know Jupyter doesnt have a redo keyboard shortcut in command mode, but their CTRL+Y shortcut works.

image

@jasallen
Copy link

To make matters a little worse, on Mac, Cmd+Shift+Z, which should be redo acts as undo as well, so as you try to fix your mistake you're losing more and more work :(

@zhqu1148980644
Copy link

OMG!!! Why my cell disappeared after Ctrl + Z. How can I recover them?

@jmew
Copy link
Contributor Author

jmew commented Nov 13, 2019

@zhqu1148980644 We'll look into and fix this issue. There is a known issue where undo may delete the entire cell if you have not run the cell yet, that we're woking on fixing. Thanks for the feedback.

@rchiodo rchiodo self-assigned this Nov 13, 2019
@rchiodo
Copy link
Contributor

rchiodo commented Nov 13, 2019

'Z' is supposed to undo the last cell change. CTRL+'Z' is doing the same because we don't check for the CTRL key when a cell doesn't have focus.

I'm going to change it so you have to hit just 'z' when a cell doesn't have focus
And shift+z is redo (like Jupyter Lab has)

@DonJayamanne
Copy link
Contributor

Validated

@lock lock bot locked as resolved and limited conversation to collaborators Nov 22, 2019
@microsoft microsoft unlocked this conversation Nov 14, 2020
@DonJayamanne DonJayamanne transferred this issue from microsoft/vscode-python Nov 14, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants