mirror of https://github.com/zulip/zulip.git
Make 'v' the new hotkey for "Show all private messages".
(imported from commit a7299633bf363cf832ff7099c963bc56abfdf734)
This commit is contained in:
parent
6b149af91d
commit
ce2023b348
|
@ -66,7 +66,7 @@
|
|||
<td class="definition">Narrow by subject</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="hotkey">h</td>
|
||||
<td class="hotkey">v</td>
|
||||
<td class="definition">Narrow to all private messages</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
@ -24,7 +24,7 @@ var directional_hotkeys = {
|
|||
var narrow_hotkeys = {
|
||||
115: narrow.by_recipient, // 's'
|
||||
83: narrow.by_subject, // 'S'
|
||||
104: narrow.all_huddles // 'h'
|
||||
118: narrow.all_huddles // 'v'
|
||||
};
|
||||
|
||||
// These are not exported, but they need to be used before they are
|
||||
|
|
Loading…
Reference in New Issue