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

Keyboard shortcuts to switch tabs not working in VSCode #15

Open
janmechtel opened this issue Jan 13, 2024 · 1 comment
Open

Keyboard shortcuts to switch tabs not working in VSCode #15

janmechtel opened this issue Jan 13, 2024 · 1 comment

Comments

@janmechtel
Copy link

I use Ctrl+Shift+ArrowUp/Down to switch tabs in VS Code.

When the marimo browser tab is focused, then the shortcuts stop working

@mscolnick
Copy link
Contributor

We don't do anything to capture these - we use VSCode's Webview API and keyboard events within the webview do not automatically bubble up to VSCode. This behavior is by design to allow the webview content to handle keyboard inputs independently.

We could bubble up events, but it may lead to worse/unexpected behavior.

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