hotkey: Add 'narrow to next unread followed topic' hotkey.

This commit adds a 'Shift + N' keyboard shortcut, which is
used to narrow to the next unread followed topic.

Fixes part of #27323.
This commit is contained in:
Prakhar Pratyush
2023-11-01 17:29:58 +05:30
committed by Tim Abbott
parent 6819ecee92
commit 8e2264b585
8 changed files with 65 additions and 10 deletions

View File

@@ -40,6 +40,10 @@
<td class="definition">{{t 'Next unread topic' }}</td>
<td><span class="hotkey"><kbd>N</kbd></span></td>
</tr>
<tr>
<td class="definition">{{t 'Next unread followed topic' }}</td>
<td><span class="hotkey"><kbd>Shift</kbd> + <kbd>N</kbd></span></td>
</tr>
<tr>
<td class="definition">{{t 'Next unread direct message' }}</td>
<td><span class="hotkey"><kbd>P</kbd></span></td>