swapped "j" and "k" keyboard shortcuts: the directions are actually like in Vim

aleksejrs 2014-02-14 15:13:06 -08:00
parent a307ff039a
commit 227c60738c

@ -87,8 +87,8 @@ PDF.js is mainly written for *reading* PDF files, not editing them. Because of t
(warning, the following list may be incomplete)
### Navigation
* **next page:** <kbd>n</kbd>, <kbd>k</kbd>, right arrow key, click in presentation mode
* **previous page:** <kbd>p</kbd>, <kbd>j</kbd>, left arrow key, <kbd>Shift</kbd> + click in presentation mode
* **next page:** <kbd>n</kbd>, <kbd>j</kbd>, right arrow key, click in presentation mode
* **previous page:** <kbd>p</kbd>, <kbd>k</kbd>, left arrow key, <kbd>Shift</kbd> + click in presentation mode
The <kbd>home</kbd>, <kbd>end</kbd>, <kbd>page up</kbd>, <kbd>page down</kbd> and all arrow keys can be used to navigate the document.