mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
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:
committed by
Tim Abbott
parent
6819ecee92
commit
8e2264b585
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user