Document alt+enter

This commit is contained in:
Thibaut Girka 2020-02-21 12:25:23 +01:00 committed by ThibG
parent 6680983032
commit 0d41fef506
1 changed files with 4 additions and 0 deletions

View File

@ -113,6 +113,10 @@ class KeyboardShortcuts extends ImmutablePureComponent {
<td><kbd>s</kbd></td>
<td><FormattedMessage id='keyboard_shortcuts.search' defaultMessage='to focus search' /></td>
</tr>
<tr>
<td><kbd>alt</kbd>+<kbd>enter</kbd></td>
<td><FormattedMessage id='keyboard_shortcuts.secondary_toot' defaultMessage='to send toot using secondary privacy setting' /></td>
</tr>
<tr>
<td><kbd>esc</kbd></td>
<td><FormattedMessage id='keyboard_shortcuts.unfocus' defaultMessage='to un-focus compose textarea/search' /></td>