[Glitch] Add documentation for “p” hotkey

Port ed50c2393a0f12f88f1102f8cf8beca3bf711158 to glitch-soc
This commit is contained in:
Thibaut Girka 2018-07-26 21:51:50 +02:00 committed by ThibG
parent a8911616b6
commit c057aeb76b
1 changed files with 4 additions and 0 deletions

View File

@ -40,6 +40,10 @@ export default class KeyboardShortcuts extends ImmutablePureComponent {
<td><kbd>m</kbd></td>
<td><FormattedMessage id='keyboard_shortcuts.mention' defaultMessage='to mention author' /></td>
</tr>
<tr>
<td><kbd>p</kbd></td>
<td><FormattedMessage id='keyboard_shortcuts.profile' defaultMessage="to open author's profile" /></td>
</tr>
<tr>
<td><kbd>f</kbd></td>
<td><FormattedMessage id='keyboard_shortcuts.favourite' defaultMessage='to favourite' /></td>