You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I use Ctrl+Shift+ArrowUp/Down to switch tabs in VS Code.
When the marimo browser tab is focused, then the shortcuts stop working
The text was updated successfully, but these errors were encountered: