mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-06-24 00:45:49 +02:00
Updated Frequently Asked Questions (markdown)
parent
6c42e1be75
commit
2177708f3b
@ -104,8 +104,6 @@ PDF.js is designed for *reading* PDF files, not editing them. Because of that we
|
||||
|
||||
<a name="faq-shortcuts"></a>
|
||||
## What are the PDF.js keyboard shortcuts?
|
||||
(warning, the following list may be incomplete)
|
||||
|
||||
### Navigation
|
||||
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. Moreover, the following navigation shortcuts exist:
|
||||
|
||||
@ -114,15 +112,21 @@ The <kbd>Home</kbd>, <kbd>End</kbd>, <kbd>Page up</kbd>, <kbd>Page down</kbd> an
|
||||
|
||||
### Viewer controls
|
||||
User interface buttons or <kbd>ctrl</kbd> + mouse wheel can be used to change the zooming level, but keyboard shortcuts are also available:
|
||||
* **zoom in:** <kbd>ctrl</kbd> + <kbd>+</kbd>, <kbd>ctrl</kbd> + <kbd>=</kbd>
|
||||
* **zoom out:** <kbd>ctrl</kbd> + <kbd>-</kbd>
|
||||
* **restore normal zoom:** <kbd>ctrl</kbd> + <kbd>0</kbd>
|
||||
* **rotate the document clockwise:** <kbd>r</kbd>
|
||||
* **rotate counterclockwise:** <kbd>shift</kbd> + <kbd>r</kbd>
|
||||
* **presentation mode:** <kbd>ctrl</kbd> + <kbd>alt</kbd> + <kbd>p</kbd> (does not work in IE11)
|
||||
* **enable hand tool:** <kbd>h</kbd>
|
||||
* **enable text selection tool:** <kbd>s</kbd>
|
||||
* **move focus to the 'go to page' box:** <kbd>ctrl</kbd> + <kbd>alt</kbd> + <kbd>g</kbd>
|
||||
* **Zoom in:** <kbd>ctrl</kbd> + <kbd>+</kbd>, <kbd>ctrl</kbd> + <kbd>=</kbd>
|
||||
* **Zoom out:** <kbd>ctrl</kbd> + <kbd>-</kbd>
|
||||
* **Restore normal zoom:** <kbd>ctrl</kbd> + <kbd>0</kbd>
|
||||
* **Rotate the document clockwise:** <kbd>r</kbd>
|
||||
* **Rotate the document counterclockwise:** <kbd>shift</kbd> + <kbd>r</kbd>
|
||||
* **Activate presentation mode:** <kbd>ctrl</kbd> + <kbd>alt</kbd> + <kbd>p</kbd> (does not work in IE11)
|
||||
* **Enable the hand tool:** <kbd>h</kbd>
|
||||
* **Enable the text selection tool:** <kbd>s</kbd>
|
||||
* **Move focus to the 'go to page' box:** <kbd>ctrl</kbd> + <kbd>alt</kbd> + <kbd>g</kbd>
|
||||
* **Find text in the document:** <kbd>ctrl</kbd> + <kbd>f</kbd>
|
||||
* **Find next occurrence of text in the document:** <kbd>ctrl</kbd> + <kbd>g</kbd>
|
||||
* **Find previous occurrence of text in the document:** <kbd>shift</kbd> + <kbd>ctrl</kbd> + <kbd>g</kbd>
|
||||
* **Download the document:** <kbd>ctrl</kbd> + <kbd>s</kbd>
|
||||
* **Print the document:** <kbd>ctrl</kbd> + <kbd>p</kbd>
|
||||
* **Open a file:** <kbd>ctrl</kbd> + <kbd>o</kbd>
|
||||
|
||||
(replace ctrl with meta on some configurations)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user