Add hotkey for bookmarking a toot

This commit is contained in:
Thibaut Girka
2019-04-27 19:08:38 +02:00
committed by ThibG
parent cd9a284702
commit f3acf8f414
4 changed files with 16 additions and 0 deletions

View File

@@ -52,6 +52,10 @@ export default class KeyboardShortcuts extends ImmutablePureComponent {
<td><kbd>b</kbd></td>
<td><FormattedMessage id='keyboard_shortcuts.boost' defaultMessage='to boost' /></td>
</tr>
<tr>
<td><kbd>d</kbd></td>
<td><FormattedMessage id='keyboard_shortcuts.bookmark' defaultMessage='to bookmark' /></td>
</tr>
<tr>
<td><kbd>enter</kbd>, <kbd>o</kbd></td>
<td><FormattedMessage id='keyboard_shortcuts.enter' defaultMessage='to open status' /></td>