diff --git a/cheatsheet.html b/cheatsheet.html
index 38dfa9ae4786d03fb0e191e255bb7f5497d2c03a..ac21afd2a77f236222d3093672241e2bde0656bc 100644
--- a/cheatsheet.html
+++ b/cheatsheet.html
@@ -265,5 +265,26 @@
 		<td>Shows the type of <code>true</code></td>
 	</tr>
 </table>
+
+<h1>Shortcuts</h1>
+<table>
+	<tr>
+		<td>C-c C-a C-c</td>
+		<td>Invoke <code>Check</code>, by default on the name under the cursor.</td>
+	</tr>
+	<tr>
+		<td>C-c C-a C-p</td>
+		<td>Invoke <code>Print</code>, by default on the name under the cursor.</td>
+	</tr>
+	<tr>
+		<td>C-c C-a C-l</td>
+		<td>Invoke <code>Locate</code>, by default on the name under the cursor.</td>
+	</tr>
+	<tr>
+		<td>C-c C-a C-s</td>
+		<td>Show the state as it was at the position under the cursor.</td>
+	</tr>
+</table>
+
 </body>
 </html>