From f0bebe1cc06f720f6708c2a340dc9b048d610fcb Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Tue, 23 Oct 2012 20:41:54 -0400 Subject: [PATCH] Change 'p' hotkey to 'h', for 'huddles' (imported from commit 3415f1d3f679be41cb5b92827036b09829a99734) --- zephyr/static/js/hotkey.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.