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

VSCode Shortcuts Triggered When Typing on TextInput #6915

Open
marciodps opened this issue Jun 12, 2024 · 2 comments
Open

VSCode Shortcuts Triggered When Typing on TextInput #6915

marciodps opened this issue Jun 12, 2024 · 2 comments
Labels
type: bug Something isn't correct or isn't working
Milestone

Comments

@marciodps
Copy link

Hello,

I've done a lot of research to find a solution on how to fix this, but nothing resulted so far.

I'm using it servable, and it displays the output perfectly, but when I type "A" it adds a new cell, if I type "D" twice it deletes the cell, so its triggering the VSCode shortcuts.

@philippjfr philippjfr changed the title Viscose Shortcuts Triggered When Typing on TextInput VSCode Shortcuts Triggered When Typing on TextInput Jun 12, 2024
@philippjfr philippjfr added the type: bug Something isn't correct or isn't working label Jun 12, 2024
@philippjfr philippjfr added this to the v1.5.0 milestone Jun 12, 2024
@marciodps
Copy link
Author

marciodps commented Jun 12, 2024

I have an update, i think i found how to fix it.

After trying to edit the keybindings vscode default JSON, I created a few scripts to get the default keybinds from vscode github and replace the my keybindings file with the default.

By doing that i found that the issue is that when you install "Jupyter" extension for VSCode it comes with "Jupyter Keymap", which is originating the error.

You can fix it by running this on the notebook:

!code --uninstall-extension ms-toolsai.jupyter-keymap

@progressEdd
Copy link

I have an update, i think i found how to fix it.

After trying to edit the keybindings vscode default JSON, I created a few scripts to get the default keybinds from vscode github and replace the my keybindings file with the default.

By doing that i found that the issue is that when you install "Jupyter" extension for VSCode it comes with "Jupyter Keymap", which is originating the error.

You can fix it by running this on the notebook:

!code --uninstall-extension ms-toolsai.jupyter-keymap

You can also disable the keymaps extension if you want to use the notebook elsewhere

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't correct or isn't working
Projects
None yet
Development

No branches or pull requests

3 participants