diff --git a/notebook/static/notebook/js/searchandreplace.js b/notebook/static/notebook/js/searchandreplace.js index a3a701865..7a1f9e06a 100644 --- a/notebook/static/notebook/js/searchandreplace.js +++ b/notebook/static/notebook/js/searchandreplace.js @@ -377,7 +377,7 @@ define(function(require){ } }; - var act_all = keyboard_manager.actions.register(action_all, 'find-and-replace', 'jupyter-notebook'); + var act_all = keyboard_manager.actions.register(action_all, 'find-and-replace', 'jp-notebook'); keyboard_manager.command_shortcuts.add_shortcuts({ 'f': 'jp-notebook:find-and-replace'