diff --git a/IPython/html/static/notebook/js/celltoolbar.js b/IPython/html/static/notebook/js/celltoolbar.js index 0cb6a76b9..887eba36e 100644 --- a/IPython/html/static/notebook/js/celltoolbar.js +++ b/IPython/html/static/notebook/js/celltoolbar.js @@ -376,6 +376,7 @@ define([ setter(cell, text.val()); }); button_container.append($('').append(lbl)); + IPython.keyboard_manager.register_events(text); }; };