-
Notifications
You must be signed in to change notification settings - Fork 294
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
Determine how to ship Jupyter Keybindings for Native Notebooks #4233
Comments
This issue is not reproduce on stable build. |
Thanks. Some of these might just be differences with the new notebook UI on insiders. Will look into it. |
We need to make sure that if we solve this in the jupyter extension we don't cause problems for users who customize keyboard shortcuts in general. |
Suggestion from VS Code microsoft/vscode#106679 |
Solution as proposed by VS CodeOption 1 (preferred by VS Code): Create a new extension to ship keybindings
Option 2: Add all key bindings in the Juypyter extension with when clause to disable it
Right now Option 1 does not work, hence we will need to go with Option 2 |
Shortcuts to be added are in #4376 |
Closing this issue as we have a solution & the issue is tracked in #4376 |
Environment data
Steps to reproduce
Expected behaviour
Hit o on a code cell with output and verify that outputs disappear.
Hit z and verify a deleted cell reappears
Hit l on a code cell and verify line numbers appear
Actual behaviour
Hit o on a code cell with output and that outputs did not disappear.
Hit z and a deleted cell did not reappear
Hit l with no line numbers appear
The text was updated successfully, but these errors were encountered: