1 <div class="modal-content">
2 <table class="markdown-help-content">
5 <td colspan="2"><h2>Global shortcuts</h2></td>
8 <td><code>?</code></td>
9 <td>Open keyboard shortcut help</td>
12 <td><code>{{cmdKey}}</code> + <code>/</code></td>
13 <td>Toggle compose mode.</td>
16 <td><code>q</code> or <code>r</code></td>
17 <td>Quote selected text</td>
20 <td><code>{{cmdKey}}</code> + <code>s</code></td>
21 <td>Focus the search input</td>
24 <td><code>{{cmdKey}}</code> + <code>{{gitterKey}}</code> + <code>c</code></td>
25 <td>Focus the chat input</td>
28 <td><code>{{cmdKey}}</code> + <code>{{gitterKey}}</code> + <code>m</code></td>
29 <td>Show markdown help</td>
32 <td><code>{{cmdKey}}</code> + <code>{{gitterKey}}</code> + <code>k</code></td>
33 <td>Show keyboard shortcuts</td>
36 <td><code>{{cmdKey}}</code> + <code>{{gitterKey}}</code> + <code>1</code>...<code>0</code></td>
37 <td>Open item at numbered position in the menu bar</td>
40 <td><code>↓ ↑</code></td>
41 <td>Navigate up and down the left menu once you have focus</td>
44 <td><code>← →</code></td>
45 <td>Navigate between the menu bar and conversation list in the left menu once you have focus</td>
48 <td><code>Enter</code></td>
49 <td>Go to the selected room once you have focus</td>
53 <h2>Chat mode shortcuts</h2>
54 <em>Active when focusing the chat input</em>
58 <td><code>{{cmdKey}}</code> + <code>Enter</code></td>
59 <td>Send message when in compose mode</td>
62 <td><code>↑</code></td>
63 <td>Edit previous message (if possible)</td>