From 969919164e23c5b6629670010068d801d8cda2ad Mon Sep 17 00:00:00 2001 From: Rob Wu Date: Sat, 7 Dec 2013 03:59:27 -0800 Subject: [PATCH] Rename "Zoom and rotate" to "Viewer controls", add hand tool shortcut. --- Frequently-Asked-Questions.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Frequently-Asked-Questions.md b/Frequently-Asked-Questions.md index 93e1648..26267df 100644 --- a/Frequently-Asked-Questions.md +++ b/Frequently-Asked-Questions.md @@ -92,7 +92,7 @@ PDF.js is mainly written for *reading* PDF files, not editing them. Because of t The home, end, page up, page down and all arrow keys can be used to navigate the document. -### Zoom and rotate +### Viewer controls 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 + - @@ -100,6 +100,7 @@ User interface buttons or ctrl + mouse wheel can be used to change th * **rotate the document clockwise:** r * **rotate counterclockwise:** shift + r * **presentation mode:** ctrl + alt + p +* **Toggle hand tool:** h (replace ctrl with meta on some configurations)