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

Seeking feedback: new shortcuts added in editor in JupyterLab 4.4.0 #17080

Open
krassowski opened this issue Dec 12, 2024 · 0 comments
Open

Seeking feedback: new shortcuts added in editor in JupyterLab 4.4.0 #17080

krassowski opened this issue Dec 12, 2024 · 0 comments

Comments

@krassowski
Copy link
Member

In JupyterLab 4.4.0a1 we are upgrading CodeMirror 6 packages (#17064) which adds a few shortcuts to the editor.

This issue is to gather feedback from community if we should keep the two new shortcuts inherited from CodeMirror or remove them. These are:

  • Ctrl-m (Shift-Alt-m on macOS) which toggles the behaviour of the Tab key to allow it to move focus; previously:
    • in notebook cells Tab in edit mode was always indenting (inserting four spaces in Python) or invoking the completer; Jupyter users could press Esc to enter command mode in which Tab Tab was moving focus to next widget
    • in file editor there was no Esc equivalent so I there might be seen as a plausible accessibility improvement if documented.
  • Alt-Backtick as additional binding on macOS, where IME can take over Ctrl-Space

Please let us know if these shortcuts introduce unintended behaviour, or conflict with typing on any international keyboard, or with shortcuts introduced by any popular JupyterLab or browser extension.

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

No branches or pull requests

1 participant