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

Consider phasing out noop keybinding if underlying issues were indeed fixed #1355

Open
sourishkrout opened this issue May 15, 2024 · 2 comments

Comments

@sourishkrout
Copy link
Member

Bring back the default set of keyboard shortcuts.

vscode-runme/package.json

Lines 934 to 1013 in 4cda7c3

{
"command": "runme.keybinding.noop",
"key": "m",
"when": "notebookEditorFocused && !inputFocus && activeEditor == 'workbench.editor.notebook' && notebookCellType == 'code'"
},
{
"command": "runme.keybinding.noop",
"key": "y",
"when": "notebookEditorFocused && !inputFocus && activeEditor == 'workbench.editor.notebook' && notebookCellType == 'markup'"
},
{
"key": "F",
"when": "notebookEditorFocused && !inputFocus && !notebookOutputInputFocused",
"command": "runme.keybinding.noop"
},
{
"key": "K",
"when": "notebookEditorFocused && !inputFocus && !notebookOutputInputFocused",
"command": "runme.keybinding.noop"
},
{
"key": "J",
"when": "notebookEditorFocused && !inputFocus && !notebookOutputInputFocused",
"command": "runme.keybinding.noop"
},
{
"key": "A",
"when": "notebookEditorFocused && !inputFocus && !notebookOutputInputFocused",
"command": "runme.keybinding.noop"
},
{
"key": "B",
"when": "notebookEditorFocused && !inputFocus && !notebookOutputInputFocused",
"command": "runme.keybinding.noop"
},
{
"key": "D D",
"when": "notebookEditorFocused && !inputFocus && !notebookOutputInputFocused",
"command": "runme.keybinding.noop"
},
{
"key": "Z",
"when": "notebookEditorFocused && !inputFocus && !notebookOutputInputFocused",
"command": "runme.keybinding.noop"
},
{
"key": "S",
"when": "notebookEditorFocused && !inputFocus && !notebookOutputInputFocused",
"command": "runme.keybinding.noop"
},
{
"key": "C",
"when": "notebookEditorFocused && !inputFocus && !notebookOutputInputFocused",
"command": "runme.keybinding.noop"
},
{
"key": "X",
"when": "notebookEditorFocused && !inputFocus && !notebookOutputInputFocused",
"command": "runme.keybinding.noop"
},
{
"key": "V",
"when": "notebookEditorFocused && !inputFocus && !notebookOutputInputFocused",
"command": "runme.keybinding.noop"
},
{
"key": "shift+L",
"when": "notebookEditorFocused && !inputFocus && !notebookOutputInputFocused",
"command": "runme.keybinding.noop"
},
{
"key": "O",
"when": "notebookEditorFocused && !inputFocus && !notebookOutputInputFocused",
"command": "runme.keybinding.noop"
},
{
"key": "L",
"when": "notebookEditorFocused && !inputFocus && !notebookOutputInputFocused",
"command": "runme.keybinding.noop"
}

@jlewi
Copy link
Contributor

jlewi commented May 15, 2024

Is there a link to the original adverse effects? Were you using the same keybindings normally used by vscode notebooks?

@sourishkrout
Copy link
Member Author

Is there a link to the original adverse effects? Were you using the same keybindings normally used by vscode notebooks?

I'm gonna have to go dig a bit. don't know off hand. i believe we have some records of what didn't work in issues/PRs. i'll post them here.

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

No branches or pull requests

2 participants