Removed keyboard shortcut.

This commit is contained in:
Nathan Heijermans 2014-12-08 16:45:14 -05:00
parent 8d5cc15ea1
commit 4440337711
2 changed files with 0 additions and 9 deletions

View File

@ -253,14 +253,6 @@ define(['require'
env.notebook.delete_cell();
}
},
'show-other-output':{
help: 'show/ignore output from other clients',
icon: 'fa-sitemap',
help_index: 'gb',
handler: function (env) {
env.notebook.toggle_ignore_unsolicited_msgs();
}
},
'interrupt-kernel':{
icon: 'fa-stop',
help_index : 'ha',

View File

@ -95,7 +95,6 @@ define([
'space' : 'ipython.scroll-down',
'down' : 'ipython.select-next-cell',
'i,i' : 'ipython.interrupt-kernel',
'e': 'ipython.show-other-output',
'0,0' : 'ipython.restart-kernel',
'd,d' : 'ipython.delete-cell',
'esc': 'ipython.close-pager',