From dfd9f81930ed8435cce3a20071a5186f7ed9942a Mon Sep 17 00:00:00 2001 From: Rob Wu Date: Sat, 7 Dec 2013 03:56:38 -0800 Subject: [PATCH] Use for shortcuts. Removed the restriction "full screen mode", because the shortcuts are also available in normal viewing mode. --- Frequently-Asked-Questions.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) 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)