2017-01-05 21:11:45 +01:00
<div class="overlay-modal" id="keyboard-shortcuts" tabindex="-1" role="dialog"
2021-06-23 18:06:10 +02:00
aria-label=" {{ t 'Keyboard shortcuts' }} ">
2024-06-16 13:46:37 +02:00
<div class="overlay-scroll-container" data-simplebar data-simplebar-tab-index="-1" data-simplebar-auto-hide="false">
2018-01-28 00:32:58 +01:00
<div>
2023-08-07 09:32:19 +02:00
<table class="hotkeys_table table table-striped table-bordered">
2018-01-28 00:32:58 +01:00
<thead>
<tr>
2021-06-23 18:06:10 +02:00
<th colspan="2"> {{ t "The basics" }} </th>
2018-01-28 00:32:58 +01:00
</tr>
</thead>
<tr>
2021-06-23 18:06:10 +02:00
<td class="definition"> {{ t 'Reply to message' }} </td>
2019-05-24 19:46:17 +02:00
<td><span class="hotkey"><kbd>Enter</kbd> or <kbd>R</kbd></span></td>
2018-01-28 00:32:58 +01:00
</tr>
<tr>
2024-04-18 18:36:57 +02:00
<td class="definition"> {{ t 'New channel message' }} </td>
2019-05-24 19:46:17 +02:00
<td><span class="hotkey"><kbd>C</kbd></span></td>
2018-01-28 00:32:58 +01:00
</tr>
<tr>
2023-01-24 19:49:56 +01:00
<td class="definition"> {{ t 'New direct message' }} </td>
2019-05-24 19:46:17 +02:00
<td><span class="hotkey"><kbd>X</kbd></span></td>
2018-01-28 00:32:58 +01:00
</tr>
2024-03-27 22:47:02 +01:00
<tr>
<td class="definition"> {{ t 'Paste formatted text' }} </td>
<td><span class="hotkey"><kbd>Ctrl</kbd> + <kbd>V</kbd></span></td>
</tr>
<tr>
<td class="definition"> {{ t 'Paste as plain text' }} </td>
<td><span class="hotkey"><kbd data-mac-following-key="⌥">Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>V</kbd></span></td>
</tr>
2018-01-28 00:32:58 +01:00
<tr>
2022-07-29 14:30:39 +02:00
<td class="definition"> {{ t 'Cancel compose and save draft' }} </td>
2024-11-01 12:42:55 +01:00
<td><span class="hotkey"><kbd>Esc</kbd> or <kbd data-mac-key="Ctrl">Ctrl</kbd> + <kbd>[</kbd></span></td>
2018-01-28 00:32:58 +01:00
</tr>
<tr>
2021-06-23 18:06:10 +02:00
<td class="definition"> {{ t 'View drafts' }} </td>
2019-05-24 19:46:17 +02:00
<td><span class="hotkey"><kbd>D</kbd></span></td>
2018-01-28 00:32:58 +01:00
</tr>
<tr>
2021-06-23 18:06:10 +02:00
<td class="definition"> {{ t 'Next message' }} </td>
2019-05-29 23:23:03 +02:00
<td><span class="hotkey"><kbd class="arrow-key">↓</kbd> or <kbd>J</kbd></span></td>
2018-01-28 00:32:58 +01:00
</tr>
<tr>
2021-06-23 18:06:10 +02:00
<td class="definition"> {{ t 'Last message' }} </td>
2019-05-24 19:46:17 +02:00
<td><span class="hotkey"><kbd>End</kbd> or <kbd>Shift</kbd> + <kbd>G</kbd></span></td>
2018-01-28 00:32:58 +01:00
</tr>
<tr>
2021-06-23 18:06:10 +02:00
<td class="definition"> {{ t 'Next unread topic' }} </td>
2019-05-24 19:46:17 +02:00
<td><span class="hotkey"><kbd>N</kbd></span></td>
2018-01-28 00:32:58 +01:00
</tr>
2023-11-01 12:59:58 +01:00
<tr>
<td class="definition"> {{ t 'Next unread followed topic' }} </td>
<td><span class="hotkey"><kbd>Shift</kbd> + <kbd>N</kbd></span></td>
</tr>
2018-02-16 15:56:25 +01:00
<tr>
2023-01-24 19:49:56 +01:00
<td class="definition"> {{ t 'Next unread direct message' }} </td>
2019-05-24 19:46:17 +02:00
<td><span class="hotkey"><kbd>P</kbd></span></td>
2018-02-16 15:56:25 +01:00
</tr>
2018-01-28 00:32:58 +01:00
<tr>
2021-06-23 18:06:10 +02:00
<td class="definition"> {{ t 'Initiate a search' }} </td>
2019-05-24 19:46:17 +02:00
<td><span class="hotkey"><kbd>Ctrl</kbd> + <kbd>K</kbd> or <kbd>/</kbd></span></td>
2018-01-28 00:32:58 +01:00
</tr>
<tr>
2021-06-23 18:06:10 +02:00
<td class="definition"> {{ t 'Show keyboard shortcuts' }} </td>
2019-03-22 22:02:45 +01:00
<td><span class="hotkey"><kbd>?</kbd></span></td>
2018-01-28 00:32:58 +01:00
</tr>
2021-03-10 13:56:10 +01:00
<tr>
2024-04-17 21:20:54 +02:00
<td class="definition"> {{ t 'Go to your home view' }} </td>
2024-11-01 12:42:55 +01:00
<td><span class="hotkey"><kbd data-mac-key="Ctrl">Ctrl</kbd> + <kbd>[</kbd><span id="go-to-home-view-hotkey-help"> or <kbd>Esc</kbd></span></span></td>
2021-03-10 13:56:10 +01:00
</tr>
2018-01-28 00:32:58 +01:00
</table>
</div>
<div>
2023-08-07 09:32:19 +02:00
<table class="hotkeys_table table table-striped table-bordered">
2018-01-28 00:32:58 +01:00
<thead>
<tr>
2024-02-23 22:22:13 +01:00
<th colspan="2"> {{ t 'Search' }} </th>
2018-01-28 00:32:58 +01:00
</tr>
</thead>
<tr>
2021-06-23 18:06:10 +02:00
<td class="definition"> {{ t 'Initiate a search' }} </td>
2019-05-24 19:46:17 +02:00
<td><span class="hotkey"><kbd>Ctrl</kbd> + <kbd>K</kbd> or <kbd>/</kbd></span></td>
2018-01-28 00:32:58 +01:00
</tr>
<tr>
2024-04-18 18:36:57 +02:00
<td class="definition"> {{ t 'Filter channels' }} </td>
2019-05-24 19:46:17 +02:00
<td><span class="hotkey"><kbd>Q</kbd></span></td>
2018-01-28 00:32:58 +01:00
</tr>
<tr>
2024-10-16 01:38:50 +02:00
<td class="definition"> {{ t 'Filter users' }} </td>
2019-05-24 19:46:17 +02:00
<td><span class="hotkey"><kbd>W</kbd></span></td>
2018-01-28 00:32:58 +01:00
</tr>
2024-02-23 22:22:13 +01:00
</table>
</div>
<div>
<table class="hotkeys_table table table-striped table-bordered">
<thead>
<tr>
<th colspan="2"> {{ t 'Scrolling' }} </th>
</tr>
</thead>
2018-01-28 00:32:58 +01:00
<tr>
2021-06-23 18:06:10 +02:00
<td class="definition"> {{ t 'Previous message' }} </td>
2019-05-29 23:23:03 +02:00
<td><span class="hotkey"><kbd class="arrow-key">↑</kbd> or <kbd>K</kbd></span></td>
2018-01-28 00:32:58 +01:00
</tr>
<tr>
2021-06-23 18:06:10 +02:00
<td class="definition"> {{ t 'Next message' }} </td>
2019-05-29 23:23:03 +02:00
<td><span class="hotkey"><kbd class="arrow-key">↓</kbd> or <kbd>J</kbd></span></td>
2018-01-28 00:32:58 +01:00
</tr>
<tr>
2021-06-23 18:06:10 +02:00
<td class="definition"> {{ t 'Scroll up' }} </td>
2024-10-02 15:13:23 +02:00
<td><span class="hotkey"><kbd>PgUp</kbd> or <kbd>Fn</kbd> + <kbd class="arrow-key">↑</kbd> or <kbd>Shift</kbd> + <kbd>K</kbd></span></td>
2018-01-28 00:32:58 +01:00
</tr>
<tr>
2021-06-23 18:06:10 +02:00
<td class="definition"> {{ t 'Scroll down' }} </td>
2024-10-02 15:13:23 +02:00
<td><span class="hotkey"><kbd>PgDn</kbd> or <kbd>Fn</kbd> + <kbd class="arrow-key">↓</kbd> or <kbd>Shift</kbd> + <kbd>J</kbd> or <kbd>Space</kbd></span></td>
2018-01-28 00:32:58 +01:00
</tr>
<tr>
2021-06-23 18:06:10 +02:00
<td class="definition"> {{ t 'Last message' }} </td>
2024-10-02 15:13:23 +02:00
<td><span class="hotkey"><kbd>End</kbd> or <kbd>Fn</kbd> + <kbd class="arrow-key">→</kbd> or <kbd>Shift</kbd> + <kbd>G</kbd></span></td>
2018-01-28 00:32:58 +01:00
</tr>
<tr>
2021-06-23 18:06:10 +02:00
<td class="definition"> {{ t 'First message' }} </td>
2024-10-02 15:13:23 +02:00
<td><span class="hotkey"><kbd>Home</kbd >or <kbd>Fn</kbd> + <kbd class="arrow-key">←</kbd></span></td>
2018-01-28 00:32:58 +01:00
</tr>
2024-02-23 22:22:13 +01:00
</table>
</div>
<div>
<table class="hotkeys_table table table-striped table-bordered">
<thead>
<tr>
<th colspan="2"> {{ t 'Navigation' }} </th>
</tr>
</thead>
2022-07-13 12:28:12 +02:00
<tr>
<td class="definition"> {{ t 'Go back through viewing history' }} </td>
2024-01-25 16:02:04 +01:00
<td><span class="hotkey"><kbd data-mac-key="⌘">Alt</kbd> + <kbd class="arrow-key">←</kbd></span></td>
2022-07-13 12:28:12 +02:00
</tr>
<tr>
<td class="definition"> {{ t 'Go forward through viewing history' }} </td>
2024-01-25 16:02:04 +01:00
<td><span class="hotkey"><kbd data-mac-key="⌘">Alt</kbd> + <kbd class="arrow-key">→</kbd></span></td>
2022-07-13 12:28:12 +02:00
</tr>
2024-02-23 22:22:13 +01:00
<tr>
<td class="definition"> {{ t 'Go to topic or DM conversation' }} </td>
<td><span class="hotkey"><kbd>S</kbd></span></td>
</tr>
<tr>
2024-07-09 00:04:04 +02:00
<td class="definition"> {{ t 'Go to channel feed from topic view' }} </td>
2024-02-23 22:22:13 +01:00
<td><span class="hotkey"><kbd>S</kbd></span></td>
</tr>
<tr>
2024-08-20 00:12:05 +02:00
<td class="definition"> {{ t 'Go to direct message feed' }} </td>
2024-02-23 22:22:13 +01:00
<td><span class="hotkey"><kbd>Shift</kbd> + <kbd>P</kbd></span></td>
</tr>
<tr>
<td class="definition"> {{ t 'Zoom to message in conversation context' }} </td>
<td><span class="hotkey"><kbd>Z</kbd></span></td>
</tr>
<tr>
<td class="definition"> {{ t 'Go to next unread topic' }} </td>
<td><span class="hotkey"><kbd>N</kbd></span></td>
</tr>
2024-09-03 21:36:29 +02:00
<tr>
<td class="definition"> {{ t 'Go to next unread followed topic' }} </td>
<td><span class="hotkey"><kbd>Shift</kbd> + <kbd>N</kbd></span></td>
</tr>
2024-02-23 22:22:13 +01:00
<tr>
<td class="definition"> {{ t 'Go to next unread direct message' }} </td>
<td><span class="hotkey"><kbd>P</kbd></span></td>
</tr>
<tr>
2024-04-18 18:36:57 +02:00
<td class="definition"> {{ t 'Cycle between channel views' }} </td>
2024-02-23 22:22:13 +01:00
<td><span class="hotkey"><kbd>Shift</kbd> + <kbd>A</kbd> or <kbd>Shift</kbd> + <kbd>D</kbd></span></td>
</tr>
2024-09-26 22:13:35 +02:00
<tr>
<td class="definition"> {{ t 'Go to inbox' }} </td>
<td><span class="hotkey"><kbd>Shift</kbd> + <kbd>I</kbd></span></td>
</tr>
<tr>
<td class="definition"> {{ t 'Go to recent conversations' }} </td>
<td><span class="hotkey"><kbd>T</kbd></span></td>
</tr>
2024-02-23 22:22:13 +01:00
<tr>
2024-08-20 00:12:05 +02:00
<td class="definition"> {{ t 'Go to combined feed' }} </td>
2024-02-23 22:22:13 +01:00
<td><span class="hotkey"><kbd>A</kbd></span></td>
</tr>
2024-08-23 19:58:23 +02:00
<tr>
<td class="definition"> {{ t 'Go to starred messages' }} </td>
<td><span class="hotkey"><kbd>*</kbd></span></td>
</tr>
2024-02-23 22:22:13 +01:00
<tr>
<td class="definition"> {{ t 'Go to the conversation you are composing to' }} </td>
<td><span class="hotkey"><kbd>Ctrl</kbd> + <kbd>.</kbd></span></td>
</tr>
2018-01-28 00:32:58 +01:00
</table>
2019-03-20 15:04:54 +01:00
</div>
<div>
2023-08-07 09:32:19 +02:00
<table class="hotkeys_table table table-striped table-bordered">
2018-01-28 00:32:58 +01:00
<thead>
<tr>
2021-06-23 18:06:10 +02:00
<th colspan="2"> {{ t 'Composing messages' }} </th>
2018-01-28 00:32:58 +01:00
</tr>
</thead>
<tr>
2024-04-18 18:36:57 +02:00
<td class="definition"> {{ t 'New channel message' }} </td>
2023-05-29 03:36:58 +02:00
<td><span class="hotkey"><kbd>C</kbd></span></td>
2018-01-28 00:32:58 +01:00
</tr>
<tr>
2023-05-29 03:36:58 +02:00
<td class="definition"> {{ t 'New direct message' }} </td>
<td><span class="hotkey"><kbd>X</kbd></span></td>
2018-01-28 00:32:58 +01:00
</tr>
2018-01-31 04:23:02 +01:00
<tr>
2023-05-29 03:36:58 +02:00
<td class="definition"> {{ t 'Reply to message' }} </td>
<td><span class="hotkey"><kbd>Enter</kbd> or <kbd>R</kbd></span></td>
2018-01-31 04:23:02 +01:00
</tr>
2018-01-28 00:32:58 +01:00
<tr>
2023-05-29 03:36:58 +02:00
<td class="definition"> {{ t 'Quote and reply to message' }} </td>
<td><span class="hotkey"><kbd>></kbd></span></td>
2018-01-28 00:32:58 +01:00
</tr>
<tr>
2023-05-29 03:36:58 +02:00
<td class="definition"> {{ t 'Reply directly to sender' }} </td>
<td><span class="hotkey"><kbd>Shift</kbd> + <kbd>R</kbd></span></td>
2018-01-28 00:32:58 +01:00
</tr>
<tr>
2023-05-29 03:36:58 +02:00
<td class="definition"> {{ t 'Reply @-mentioning sender' }} </td>
2019-03-22 22:02:45 +01:00
<td><span class="hotkey"><kbd>@</kbd></span></td>
2018-01-28 00:32:58 +01:00
</tr>
<tr>
2021-06-23 18:06:10 +02:00
<td class="definition"> {{ t 'Send message' }} </td>
2024-09-03 22:18:10 +02:00
<td><span class="hotkey"><kbd>Tab</kbd> then <kbd>Enter</kbd> or <kbd>Ctrl</kbd> + <kbd>Enter</kbd></span></td>
2018-01-28 00:32:58 +01:00
</tr>
<tr>
2021-06-23 18:06:10 +02:00
<td class="definition"> {{ t 'Insert new line' }} </td>
2019-03-22 22:02:45 +01:00
<td><span class="hotkey"><kbd>Shift</kbd> + <kbd>Enter</kbd></span></td>
2018-01-28 00:32:58 +01:00
</tr>
2024-01-16 21:17:07 +01:00
<tr>
<td class="definition"> {{ t 'Toggle preview mode' }} </td>
<td><span class="hotkey"><kbd>Alt</kbd> + <kbd>P</kbd></span></td>
</tr>
2018-01-28 00:32:58 +01:00
<tr>
2022-07-29 14:30:39 +02:00
<td class="definition"> {{ t 'Cancel compose and save draft' }} </td>
2024-11-01 12:42:55 +01:00
<td><span class="hotkey"><kbd>Esc</kbd> or <kbd data-mac-key="Ctrl">Ctrl</kbd> + <kbd>[</kbd></span></td>
2018-01-28 00:32:58 +01:00
</tr>
</table>
</div>
2019-03-20 15:04:54 +01:00
<div>
2023-08-07 09:32:19 +02:00
<table class="hotkeys_table table table-striped table-bordered">
2018-01-28 00:32:58 +01:00
<thead>
<tr>
2021-06-23 18:06:10 +02:00
<th colspan="2"> {{ t 'Message actions' }} </th>
2018-01-28 00:32:58 +01:00
</tr>
</thead>
<tr>
2021-06-23 18:06:10 +02:00
<td class="definition"> {{ t 'Edit your last message' }} </td>
2019-05-29 23:23:03 +02:00
<td><span class="hotkey"><kbd class="arrow-key">←</kbd></span></td>
2018-01-28 00:32:58 +01:00
</tr>
2024-02-13 10:59:25 +01:00
<tr id="edit-message-hotkey-help">
<td class="definition"> {{ t 'Edit selected message or view source' }} </td>
<td><span class="hotkey"><kbd>E</kbd></span></td>
</tr>
2018-01-28 00:32:58 +01:00
<tr>
2022-11-14 18:00:29 +01:00
<td class="definition"> {{ t "Show message sender's user card" }} </td>
2019-05-24 19:46:17 +02:00
<td><span class="hotkey"><kbd>U</kbd></span></td>
2018-01-28 00:32:58 +01:00
</tr>
2024-02-13 09:44:39 +01:00
<tr>
<td class="definition"> {{ t 'View read receipts' }} </td>
<td><span class="hotkey"><kbd>Shift</kbd> + <kbd>V</kbd></span></td>
</tr>
2018-01-28 00:32:58 +01:00
<tr>
2021-06-23 18:06:10 +02:00
<td class="definition"> {{ t 'Show images in thread' }} </td>
2019-05-24 19:46:17 +02:00
<td><span class="hotkey"><kbd>V</kbd></span></td>
2018-01-28 00:32:58 +01:00
</tr>
2022-10-13 08:47:36 +02:00
<tr id="move-message-hotkey-help">
<td class="definition"> {{ t 'Move messages or topic' }} </td>
<td><span class="hotkey"><kbd>M</kbd></span></td>
</tr>
2023-07-28 01:54:07 +02:00
<tr>
<td class="definition"> {{ t 'View edit and move history' }} </td>
<td><span class="hotkey"><kbd>Shift</kbd> + <kbd>H</kbd></span></td>
</tr>
2018-01-28 00:32:58 +01:00
<tr>
2021-06-23 18:06:10 +02:00
<td class="definition"> {{ t 'Star selected message' }} </td>
2019-05-24 19:46:17 +02:00
<td><span class="hotkey"><kbd>Ctrl</kbd> + <kbd>S</kbd></span></td>
2018-01-28 00:32:58 +01:00
</tr>
<tr>
<td class="definition">
2021-06-23 18:06:10 +02:00
{{ t 'React to selected message with' }}
2018-01-28 00:32:58 +01:00
<img alt=":thumbs_up:"
2018-04-03 10:07:23 +02:00
class="emoji"
2023-02-22 23:03:47 +01:00
src="../../static/generated/emoji/images/emoji/unicode/1f44d.png"
2018-04-03 10:07:23 +02:00
title=":thumbs_up:"/>
2018-01-28 00:32:58 +01:00
</td>
2019-03-22 22:02:45 +01:00
<td><span class="hotkey"><kbd>+</kbd></span></td>
2018-01-28 00:32:58 +01:00
</tr>
2023-03-23 02:24:06 +01:00
<tr>
<td class="definition"> {{ t 'Toggle first emoji reaction on selected message' }} </td>
<td><span class="hotkey"><kbd>=</kbd></span></td>
</tr>
2021-08-05 00:59:03 +02:00
<tr>
<td class="definition"> {{ t 'Mark as unread from selected message' }} </td>
<td><span class="hotkey"><kbd>Shift</kbd> + <kbd>U</kbd></span></td>
</tr>
2018-01-28 00:32:58 +01:00
<tr>
2021-06-23 18:06:10 +02:00
<td class="definition"> {{ t 'Collapse/show selected message' }} </td>
2019-03-22 22:02:45 +01:00
<td><span class="hotkey"><kbd>-</kbd></span></td>
2018-01-28 00:32:58 +01:00
</tr>
<tr>
2021-06-23 18:06:10 +02:00
<td class="definition"> {{ t 'Toggle topic mute' }} </td>
2019-05-24 19:46:17 +02:00
<td><span class="hotkey"><kbd>Shift</kbd> + <kbd>M</kbd></span></td>
2018-01-28 00:32:58 +01:00
</tr>
</table>
</div>
2020-06-26 10:22:19 +02:00
<div>
2023-08-07 09:32:19 +02:00
<table class="hotkeys_table table table-striped table-bordered">
2020-06-26 10:22:19 +02:00
<thead>
<tr>
2022-10-12 19:54:34 +02:00
<th colspan="2"> {{ t 'Recent conversations' }} </th>
2020-06-26 10:22:19 +02:00
</tr>
</thead>
<tr>
2022-10-12 19:54:34 +02:00
<td class="definition"> {{ t 'View recent conversations' }} </td>
2021-03-10 13:56:10 +01:00
<td><span class="hotkey"><kbd>T</kbd></span></td>
2020-06-26 10:22:19 +02:00
</tr>
2020-09-23 09:43:59 +02:00
<tr>
2021-06-23 18:06:10 +02:00
<td class="definition"> {{ t 'Filter topics' }} </td>
2020-09-23 09:43:59 +02:00
<td><span class="hotkey"><kbd>T</kbd></span></td>
</tr>
2020-06-26 10:22:19 +02:00
</table>
</div>
2018-01-28 00:32:58 +01:00
<div>
2023-08-07 09:32:19 +02:00
<table class="hotkeys_table table table-striped table-bordered">
2018-01-28 00:32:58 +01:00
<thead>
<tr>
2021-06-23 18:06:10 +02:00
<th colspan="2"> {{ t 'Drafts' }} </th>
2018-01-28 00:32:58 +01:00
</tr>
</thead>
<tr>
2021-06-23 18:06:10 +02:00
<td class="definition"> {{ t 'View drafts' }} </td>
2019-05-24 19:46:17 +02:00
<td><span class="hotkey"><kbd>D</kbd></span></td>
2018-01-28 00:32:58 +01:00
</tr>
<tr>
2021-06-23 18:06:10 +02:00
<td class="definition"> {{ t 'Edit selected draft' }} </td>
2019-03-22 22:02:45 +01:00
<td><span class="hotkey"><kbd>Enter</kbd></span></td>
2018-01-28 00:32:58 +01:00
</tr>
<tr>
2021-06-23 18:06:10 +02:00
<td class="definition"> {{ t 'Delete selected draft' }} </td>
2019-03-22 22:02:45 +01:00
<td><span class="hotkey"><kbd>Backspace</kbd></span></td>
2018-01-28 00:32:58 +01:00
</tr>
</table>
2019-03-20 15:04:54 +01:00
</div>
<div>
2023-08-07 09:32:19 +02:00
<table class="hotkeys_table table table-striped table-bordered">
2018-01-28 00:32:58 +01:00
<thead>
<tr>
2021-06-23 18:06:10 +02:00
<th colspan="2"> {{ t 'Menus' }} </th>
2018-01-28 00:32:58 +01:00
</tr>
</thead>
<tr>
2021-06-23 18:06:10 +02:00
<td class="definition"> {{ t 'Toggle the gear menu' }} </td>
2019-05-24 19:46:17 +02:00
<td><span class="hotkey"><kbd>G</kbd></span></td>
2018-01-28 00:32:58 +01:00
</tr>
2023-10-21 01:28:30 +02:00
<tr>
<td class="definition"> {{ t 'Open personal menu' }} </td>
<td><span class="hotkey"><kbd>G</kbd><kbd class="arrow-key">→</kbd></span></td>
</tr>
2023-10-21 13:57:36 +02:00
<tr>
<td class="definition"> {{ t 'Open help menu' }} </td>
<td><span class="hotkey"><kbd>G</kbd><kbd class="arrow-key">←</kbd></span></td>
</tr>
2018-01-28 00:32:58 +01:00
<tr>
2021-06-23 18:06:10 +02:00
<td class="definition"> {{ t 'Open message menu' }} </td>
2019-05-24 19:46:17 +02:00
<td><span class="hotkey"><kbd>I</kbd></span></td>
2018-01-28 00:32:58 +01:00
</tr>
<tr>
2021-06-23 18:06:10 +02:00
<td class="definition"> {{ t 'Open reactions menu' }} </td>
2019-03-22 22:02:45 +01:00
<td><span class="hotkey"><kbd>:</kbd></span></td>
2018-01-28 00:32:58 +01:00
</tr>
<tr>
2021-06-23 18:06:10 +02:00
<td class="definition"> {{ t 'Show keyboard shortcuts' }} </td>
2019-03-22 22:02:45 +01:00
<td><span class="hotkey"><kbd>?</kbd></span></td>
2018-01-28 00:32:58 +01:00
</tr>
</table>
</div>
<div>
2023-08-07 09:32:19 +02:00
<table class="hotkeys_table table table-striped table-bordered">
2018-01-28 00:32:58 +01:00
<thead>
<tr>
2024-04-18 18:36:57 +02:00
<th colspan="2"> {{ t 'Channel settings' }} </th>
2018-01-28 00:32:58 +01:00
</tr>
</thead>
<tr>
2024-04-18 18:36:57 +02:00
<td class="definition"> {{ t 'Scroll through channels' }} </td>
2019-05-29 23:23:03 +02:00
<td><span class="hotkey"><kbd class="arrow-key">↑</kbd> or <kbd class="arrow-key">↓</kbd></span></td>
2018-01-28 00:32:58 +01:00
</tr>
<tr>
2021-06-23 18:06:10 +02:00
<td class="definition"> {{ t 'Switch between tabs' }} </td>
2019-05-29 23:23:03 +02:00
<td><span class="hotkey"><kbd class="arrow-key">←</kbd> or <kbd class="arrow-key">→</kbd></span></td>
2018-01-28 00:32:58 +01:00
</tr>
<tr>
2024-04-18 18:36:57 +02:00
<td class="definition"> {{ t 'View channel messages' }} </td>
2019-05-24 19:46:17 +02:00
<td><span class="hotkey"><kbd>Shift</kbd> + <kbd>V</kbd></span></td>
2018-01-28 00:32:58 +01:00
</tr>
<tr>
2024-04-18 18:36:57 +02:00
<td class="definition"> {{ t 'Subscribe to/unsubscribe from selected channel' }} </td>
2019-05-24 19:46:17 +02:00
<td><span class="hotkey"><kbd>Shift</kbd> + <kbd>S</kbd></span></td>
2018-01-28 00:32:58 +01:00
</tr>
<tr>
2024-04-18 18:36:57 +02:00
<td class="definition"> {{ t 'Create new channel' }} </td>
2019-05-24 19:46:17 +02:00
<td><span class="hotkey"><kbd>N</kbd></span></td>
2018-01-28 00:32:58 +01:00
</tr>
</table>
</div>
2021-04-21 00:46:14 +02:00
<hr />
2021-06-23 18:06:10 +02:00
<a href="/help/keyboard-shortcuts" target="_blank" rel="noopener noreferrer"> {{ t 'Detailed keyboard shortcuts documentation' }} </a>
2017-05-24 20:51:49 +02:00
</div>
2012-10-24 22:53:19 +02:00
</div>