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

Custom Keyboard Shortcuts don't work #15687

Open
1 of 2 tasks
navaneethans1 opened this issue May 13, 2024 · 1 comment
Open
1 of 2 tasks

Custom Keyboard Shortcuts don't work #15687

navaneethans1 opened this issue May 13, 2024 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug triage-needed Issue needs to be triaged

Comments

@navaneethans1
Copy link

navaneethans1 commented May 13, 2024

Applies To

  • Notebooks (.ipynb files)
  • Interactive Window and/or Cell Scripts (.py files with #%% markers)

What happened?

I added a new keyboard shortcut Cmd+Shift+A - in Command mode, this should "run all cells above". This is what my keybindings.json looks like. However, when I hit this combination, nothing happens.

[
    {
        "key": "shift+cmd+a",
        "command": "jupyter.runallcellsabove",
        "when": "editorTextFocus && jupyter.hascodecells && !jupyter.webExtension && !notebookEditorFocused"
    }
]

VS Code Version

1.89.1

Jupyter Extension Version

v2024.4.0

Jupyter logs

No response

Coding Language and Runtime Version

3.10.12

Language Extension Version (if applicable)

v2024.6.0

Anaconda Version (if applicable)

No response

Running Jupyter locally or remotely?

Local

@navaneethans1 navaneethans1 added the bug Issue identified by VS Code Team member as probable bug label May 13, 2024
@VSCodeTriageBot VSCodeTriageBot added the triage-needed Issue needs to be triaged label May 13, 2024
@navaneethans1
Copy link
Author

Any updates on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug triage-needed Issue needs to be triaged
Projects
None yet
Development

No branches or pull requests

3 participants