Change 'p' hotkey to 'h', for 'huddles'

(imported from commit 3415f1d3f679be41cb5b92827036b09829a99734)
This commit is contained in:
Keegan McAllister 2012-10-23 20:41:54 -04:00
parent 8ce8a083bb
commit f0bebe1cc0
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ var directional_hotkeys = {
var narrow_hotkeys = {
115: narrow.by_recipient, // 's'
83: narrow.by_subject, // 'S'
112: narrow.all_personals // 'p'
104: narrow.all_personals // 'h'
};
// These are not exported, but we declare them here to make JSLint happy.