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

Using Alt+Left to go "back" will go back two slides #1

Closed
joeyespo opened this issue Apr 21, 2011 · 3 comments
Closed

Using Alt+Left to go "back" will go back two slides #1

joeyespo opened this issue Apr 21, 2011 · 3 comments

Comments

@joeyespo
Copy link

When using Alt+Left to go back a page, the browser handles Alt+Left, while the script handles just the Left key, and so it gets navigated backwards twice.

@joeyespo
Copy link
Author

The same goes for Alt+Right.

Should be an easy fix though. I think adding an "if(!window.event.altKey)" test around the switch block in PresentationController.js should do it.

@briancavalier
Copy link
Owner

Great catch. I def should be testing for unmodified left/right there. I'll probably have time to fix it sometime before the weekend.

@briancavalier
Copy link
Owner

Just pushed a fix for this in master:a0a6c03

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

No branches or pull requests

2 participants