]> cat aescling's git repositories - mastodon.git/commitdiff
Document alt+enter
authorThibaut Girka <thib@sitedethib.com>
Fri, 21 Feb 2020 11:25:23 +0000 (12:25 +0100)
committerThibG <thib@sitedethib.com>
Sat, 22 Feb 2020 22:07:29 +0000 (23:07 +0100)
app/javascript/flavours/glitch/features/keyboard_shortcuts/index.js

index bc75712000c5decbf0006aea61e9cfa7cde283c4..0bb71e8721e1d0f87449fee782dc45794b79a992 100644 (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>