diff --git a/Frequently-Asked-Questions.md b/Frequently-Asked-Questions.md index 6953dd3..93e1648 100644 --- a/Frequently-Asked-Questions.md +++ b/Frequently-Asked-Questions.md @@ -87,18 +87,19 @@ 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:** n, k, right arrow key -* **previous page:** p, j, left arrow key +* **next page:** n, k, right arrow key +* **previous page:** p, j, left arrow key + +The home, end, page up, page down and all arrow keys can be used to navigate the document. -In full screen mode, the home, end, page up, page down, and all arrow keys can be used to navigate the document. ### Zoom and rotate -User interface buttons or ctrl + mouse wheel can be used to change the zooming level, but keyboard shortcuts are also available: -* **zoom in:** ctrl + "+", ctrl + = -* **zoom out:** ctrl + - -* **restore normal zoom:** ctrl + 0 (in full screen mode) -* **rotate the document clockwise:** r -* **rotate counterclockwise:** shift + r -* **presentation mode:** ctrl + alt + p +User interface buttons or ctrl + mouse wheel can be used to change the zooming level, but keyboard shortcuts are also available: +* **zoom in:** ctrl + +, ctrl + = +* **zoom out:** ctrl + - +* **restore normal zoom:** ctrl + 0 +* **rotate the document clockwise:** r +* **rotate counterclockwise:** shift + r +* **presentation mode:** ctrl + alt + p (replace ctrl with meta on some configurations)