diff --git a/IPython/html/static/notebook/js/keyboardmanager.js b/IPython/html/static/notebook/js/keyboardmanager.js index 675bf88..5a8c3bc 100644 --- a/IPython/html/static/notebook/js/keyboardmanager.js +++ b/IPython/html/static/notebook/js/keyboardmanager.js @@ -88,7 +88,7 @@ var IPython = (function (IPython) { } }, 'shift+enter' : { - help : 'run cell', + help : 'run cell, select below', help_index : 'ba', handler : function (event) { IPython.notebook.execute_cell_and_select_below(); @@ -96,7 +96,7 @@ var IPython = (function (IPython) { } }, 'ctrl+enter' : { - help : 'run cell, select below', + help : 'run cell', help_index : 'bb', handler : function (event) { IPython.notebook.execute_cell();