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

enable keyboard commands for Interactive Window history #148820

Closed
amunger opened this issue May 5, 2022 · 3 comments
Closed

enable keyboard commands for Interactive Window history #148820

amunger opened this issue May 5, 2022 · 3 comments
Assignees
Labels
feature-request Request for new features or functionality interactive-window on-testplan

Comments

@amunger
Copy link
Contributor

amunger commented May 5, 2022

Partially inspired by microsoft/vscode-jupyter#9914 and #130724, the IW history view would be more useful if there were more actions that could be taken from that view. You can already re-run the cell in place with shift+enter, but actions like remove cell and go to code could also be given keyboard shortcuts (or just commands)

@amunger
Copy link
Contributor Author

amunger commented Aug 12, 2022

should also do microsoft/vscode-jupyter#7756 as part of this

@amunger
Copy link
Contributor Author

amunger commented Sep 21, 2022

interactive.input.focus and interactive.history.focus commands already exist and the former has been expanded to focus on the most recent IW input from anywhere. Core delete cell commands are also now enabled for IW to allow keyboard commands

@amunger amunger closed this as completed Sep 21, 2022
@amunger amunger reopened this Sep 22, 2022
@amunger
Copy link
Contributor Author

amunger commented Sep 22, 2022

after some feedback, I'll try to enable these commands in the palette to increase discoverability, and add shift+tab as the default keybinding to focus on history

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality interactive-window on-testplan
Projects
None yet
Development

No branches or pull requests

4 participants