Make 'v' the new hotkey for "Show all private messages".

(imported from commit a7299633bf363cf832ff7099c963bc56abfdf734)
This commit is contained in:
Waseem Daher 2012-11-06 13:07:24 -05:00
parent 6b149af91d
commit ce2023b348
2 changed files with 2 additions and 2 deletions

View File

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

View File

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