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

Require jupyterlab>=4.1.2 for arrow key compatibility #92

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

briank-git
Copy link

Addresses issue #66

As noted in the original issue, left and right arrows keys could not be used to navigate through slides as they collided with JupyterLab's keybindings for collapsing and uncollapsing headers.

JupyterLab changed the shortcut selectors to a more specific ".jp-Notebook.jp-mod-commandMode:not(.jp-mod-readWrite) :focus" in version 4.1.2 which appears to no longer target the RISE slideshow. Originally this was just just ".jp-Notebook:focus.jp-mod-commandMode".

To avoid people running into this issue with earlier versions of JupyterLab I added a requirement to have jupyterlab >= 4.1.2. Feel free to suggest any alternatives. Thanks.

Copy link

github-actions bot commented Aug 8, 2024

Binder 👈 Launch a Binder on branch briank-git/rise/pin-jupyter

@krassowski krassowski added the enhancement New feature or request label Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants