-
-
Notifications
You must be signed in to change notification settings - Fork 365
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
Ctrl-W does nothing on Mac #732
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
Hi @JasonWeill , |
I'm using Jupyterlab Desktop (v 4.0.7-1) on a Mac (Sonoma 14.0, on Apple Silicon) and am unable to get the Ctrl-W keybinding to pass through to the terminal.
Specifically, Ctrl-W is a primary keybinding (kill-region) in Emacs, which I open from within a terminal in Jupyterlab.
I'm aware of the following issues / PRs related to capturing Ctrl-W (on Windows/Linux) or Cmd-W (on Mac) for closing the window and/or tabs.
#436
#630
#606
However, I believe the unintended consequence is that for Macs, BOTH Ctrl-W and Cmd-W get captured. And, even if the option is set to "Do Not Close", the commands are not sent on into the terminal.
If I use the browser-based version of Jupyterlab (Chrome 119.0.6045.159 on my Mac), then Ctrl-W is sent through to the terminal as expected.
The text was updated successfully, but these errors were encountered: