[Glitch] Add documentation for “p” hotkey

Port ed50c2393a0f12f88f1102f8cf8beca3bf711158 to glitch-soc
th-downstream
Thibaut Girka 6 years ago committed by ThibG
parent 56f5323194
commit d0853d1f3a

@ -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>

Loading…
Cancel
Save