diff options
author | Thibaut Girka <thib@sitedethib.com> | 2020-02-21 12:25:23 +0100 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2020-02-22 23:07:29 +0100 |
commit | 0d41fef50618e3d58255b4f4082326e83ff06982 (patch) | |
tree | 3237bb990fad3d7b346d7811d468b927b7793394 /app/javascript/flavours | |
parent | 668098303284b0aa0f1dcfddc280ed1b6fb435bb (diff) |
Document alt+enter
Diffstat (limited to 'app/javascript/flavours')
-rw-r--r-- | app/javascript/flavours/glitch/features/keyboard_shortcuts/index.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/features/keyboard_shortcuts/index.js b/app/javascript/flavours/glitch/features/keyboard_shortcuts/index.js index bc7571200..0bb71e872 100644 --- a/app/javascript/flavours/glitch/features/keyboard_shortcuts/index.js +++ b/app/javascript/flavours/glitch/features/keyboard_shortcuts/index.js @@ -114,6 +114,10 @@ class KeyboardShortcuts extends ImmutablePureComponent { <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> </tr> |