mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-06 11:35:24 +08:00
add toggle output scroll to quickhelp
This commit is contained in:
parent
ed4ee44a21
commit
15689fb664
@ -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'},
|
||||
|
Loading…
Reference in New Issue
Block a user