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

Closing pager with keyboard in modal UI #5000

Closed
rabbitmcrabbit opened this issue Feb 3, 2014 · 3 comments · Fixed by #5052
Closed

Closing pager with keyboard in modal UI #5000

rabbitmcrabbit opened this issue Feb 3, 2014 · 3 comments · Fixed by #5052
Assignees
Labels
Milestone

Comments

@rabbitmcrabbit
Copy link
Contributor

The modal UI is fantastic, and for the first time I'm comfortable using the notebook as a part of my daily coding. However, the switch to the modal UI appears to have lost the ability to close the pager from the keyboard. Closing the pager currently requires frustratingly fine mouse-work. If this functionality is still available from the keyboard somehow, it should be listed amongst the shortcuts.

@minrk minrk added this to the 2.0 milestone Feb 3, 2014
@ellisonbg ellisonbg self-assigned this Feb 3, 2014
@ellisonbg
Copy link
Member

I will have a look at this.

@ellisonbg
Copy link
Member

Wow issue #5000 !!! Too bad don't have any prizes to offer :)

@ellisonbg
Copy link
Member

We will discuss this at the dev meeting. But a simple solution is to define one yourself by putting this in your custom.js:

IPython.keyboard_manager.edit_shortcuts.add_shortcut('ctrl+p',function () {
    IPython.pager.toggle();
});

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

Successfully merging a pull request may close this issue.

3 participants