@carreau 's suggestion

pull/657/head
Jonathan Frederic 10 years ago
parent 33bd6d4d1e
commit 4e06573ae1

@ -438,7 +438,7 @@ define(function(require){
events.trigger('resize-header.Page');
}
},
'escape': {
'close-pager-or-unmark-all-cells': {
help : 'close the pager or unmark all cells',
handler : function(env) {
// Collapse the page if it is open, otherwise unmark all.

@ -96,7 +96,7 @@ define([
'i,i' : 'jupyter-notebook:interrupt-kernel',
'0,0' : 'jupyter-notebook:confirm-restart-kernel',
'd,d' : 'jupyter-notebook:delete-cell',
'esc': 'jupyter-notebook:escape',
'esc': 'jupyter-notebook:close-pager-or-unmark-all-cells',
'up' : 'jupyter-notebook:select-previous-cell',
'k' : 'jupyter-notebook:select-previous-cell',
'j' : 'jupyter-notebook:select-next-cell',

Loading…
Cancel
Save