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

Consider a keyboard shortcut for stepping out of deck mode #47

Open
stevejpurves opened this issue May 3, 2023 · 2 comments
Open

Consider a keyboard shortcut for stepping out of deck mode #47

stevejpurves opened this issue May 3, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@stevejpurves
Copy link

Elevator Pitch

When in deck mode I can't get back to JupyterLab's normal interface without using my mouse. I'd love to just hit escape (was the first thing I tried at any rate)

Motivation

It's easy to navigate the presentation using the keyboard. Being able to jump out back out of deck mode with a shortcut is convenient. I couldn't find mention of that shortcut in the docs.

Design Ideas

Enable esc as a shortcut for quitting deck mode?

@stevejpurves stevejpurves added the enhancement New feature or request label May 3, 2023
@stevejpurves
Copy link
Author

btw my first time using the extension this week and loving it 😍 thanks @bollwyvl & @nthiery!

@ronald-jaepel
Copy link

ronald-jaepel commented Oct 4, 2023

This can be added on your own through the Jupyter Hub keyboard shortcut settings by adding this in the JSON Settings Editor window.


        {
            "args": {},
            "command": "deck:stop",
            "keys": [
                "Escape"
            ],
            "selector": ".jp-Deck"
        },

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

No branches or pull requests

2 participants