-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Prev/Next keyboard shortcuts not working properly #910
Comments
Hi! This sounds like an issue with mdbook, could you refile this issue in the https://github.com/rust-lang-nursery/mdBook repo please? Thanks! |
@carols10cents I'm confused. Isn't this the exact same repository you linked? |
LOL oops!!!! I was on mobile, and because you talked about the book so much, I thought your issue was filed against https://github.com/rust-lang/book, which I also get emails for. You are absolutely correct, I'm sorry for incorrectly closing this! |
Don't worry, it happens! :) |
Yes, thank you for that, it is very helpful :) My brain just wasn't working ;) |
Hi, I'm currently reading the book The Rust Programming Language and I decided to build it from source checking out the latest version from the official repository.
I installed mdBook via
cargo install mdbook
- without specifying any version number - and I gotmdBook v0.2.3
; then I opened the book in my browser with:and I immediately noticed that the left and right arrow keys weren't working as they're supposed to.
I find those shortcuts really convenient since I try to avoid taking my hands off the keyboard as much as possible.
Almost as a desperate attempt to get those shortcuts working, I tried to install
mdbook
directly from this repository with the following command:with no luck. It produced a better looking book but those keyboard shortcuts were still not working :)
P.S. I should mention that in the online version of the book, those same keyboard shortcuts allow me switch between pages properly so I don't think it's a problem with my environment or browser.
The shortcuts also work properly for the book that opens up when I run:
The text was updated successfully, but these errors were encountered: