diff --git a/templates/zephyr/keyboard_shortcuts.html b/templates/zephyr/keyboard_shortcuts.html index 22ccbcf38a..8534f2e0ae 100644 --- a/templates/zephyr/keyboard_shortcuts.html +++ b/templates/zephyr/keyboard_shortcuts.html @@ -66,7 +66,7 @@ Narrow by subject - h + v Narrow to all private messages diff --git a/zephyr/static/js/hotkey.js b/zephyr/static/js/hotkey.js index e472f02118..c76569b4d4 100644 --- a/zephyr/static/js/hotkey.js +++ b/zephyr/static/js/hotkey.js @@ -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