diff --git a/Frequently-Asked-Questions.md b/Frequently-Asked-Questions.md
index 3e86ae7..a27b5d8 100644
--- a/Frequently-Asked-Questions.md
+++ b/Frequently-Asked-Questions.md
@@ -104,8 +104,6 @@ PDF.js is designed for *reading* PDF files, not editing them. Because of that we
## What are the PDF.js keyboard shortcuts?
-(warning, the following list may be incomplete)
-
### Navigation
The Home, End, Page up, Page down and all arrow keys can be used to navigate the document. Moreover, the following navigation shortcuts exist:
@@ -114,15 +112,21 @@ The Home, End, Page up, Page down an
### 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 + -
-* **restore normal zoom:** ctrl + 0
-* **rotate the document clockwise:** r
-* **rotate counterclockwise:** shift + r
-* **presentation mode:** ctrl + alt + p (does not work in IE11)
-* **enable hand tool:** h
-* **enable text selection tool:** s
-* **move focus to the 'go to page' box:** ctrl + alt + g
+* **Zoom in:** ctrl + +, ctrl + =
+* **Zoom out:** ctrl + -
+* **Restore normal zoom:** ctrl + 0
+* **Rotate the document clockwise:** r
+* **Rotate the document counterclockwise:** shift + r
+* **Activate presentation mode:** ctrl + alt + p (does not work in IE11)
+* **Enable the hand tool:** h
+* **Enable the text selection tool:** s
+* **Move focus to the 'go to page' box:** ctrl + alt + g
+* **Find text in the document:** ctrl + f
+* **Find next occurrence of text in the document:** ctrl + g
+* **Find previous occurrence of text in the document:** shift + ctrl + g
+* **Download the document:** ctrl + s
+* **Print the document:** ctrl + p
+* **Open a file:** ctrl + o
(replace ctrl with meta on some configurations)