Skip to content
Snippets Groups Projects
Commit ff5856ca authored by Lorenz Gorse's avatar Lorenz Gorse
Browse files

Shortcuts.

parent e07c252f
No related branches found
No related tags found
No related merge requests found
...@@ -265,5 +265,26 @@ ...@@ -265,5 +265,26 @@
<td>Shows the type of <code>true</code></td> <td>Shows the type of <code>true</code></td>
</tr> </tr>
</table> </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> </body>
</html> </html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment