Browse Source

Document alt+enter

closed-social-glitch-2
Thibaut Girka 4 years ago
committed by ThibG
parent
commit
0d41fef506
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      app/javascript/flavours/glitch/features/keyboard_shortcuts/index.js

+ 4
- 0
app/javascript/flavours/glitch/features/keyboard_shortcuts/index.js 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>

Loading…
Cancel
Save