Say you are reading an online book that has been published with bookdown
. For example, let's take the manual itself:
bookdown: Authoring Books and Technical Documents with R Markdown
If you click your pointer in the main content (text) of the window to give it focus, you can navigate page text with the arrow up or arrow down keys. In addition, you can navigate to a new page with the arrow left and arrow right keys.
However, once you navigate to a new a page, the focus is no longer in the main content (text) of the page. You can still navgiate to a new page with the left/right, but you can not navigate the text with up/down (without a lot of tab or shift + tab gymastics).
Is it possible to make the default focus on new page navigation to the main text? Is this a bookdown setting or something else?
This is a bug of bookdown and I just fixed it in the dev version on Github:
remotes::install_github('rstudio/bookdown')