From 15689fb6648f0f1b6bfeca686274dc5a55a622e4 Mon Sep 17 00:00:00 2001 From: MinRK Date: Sun, 10 Jun 2012 21:28:20 -0700 Subject: [PATCH] add toggle output scroll to quickhelp --- IPython/frontend/html/notebook/static/js/quickhelp.js | 1 + 1 file changed, 1 insertion(+) diff --git a/IPython/frontend/html/notebook/static/js/quickhelp.js b/IPython/frontend/html/notebook/static/js/quickhelp.js index 3376883bb..d609e704b 100644 --- a/IPython/frontend/html/notebook/static/js/quickhelp.js +++ b/IPython/frontend/html/notebook/static/js/quickhelp.js @@ -35,6 +35,7 @@ var IPython = (function (IPython) { {key: 'Ctrl-m a', help: 'insert cell above'}, {key: 'Ctrl-m b', help: 'insert cell below'}, {key: 'Ctrl-m o', help: 'toggle output'}, + {key: 'Ctrl-m O', help: 'toggle output scroll'}, {key: 'Ctrl-m l', help: 'toggle line numbers'}, {key: 'Ctrl-m s', help: 'save notebook'}, {key: 'Ctrl-m j', help: 'move cell down'},