diff --git a/zephyr/static/js/hotkey.js b/zephyr/static/js/hotkey.js index c11e90d539..be7fb65dfe 100644 --- a/zephyr/static/js/hotkey.js +++ b/zephyr/static/js/hotkey.js @@ -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.