Merge pull request #7811 from abalkin/patch-2

Update actions.js
This commit is contained in:
Kyle Kelley 2015-02-17 20:06:00 -08:00
commit 720e0d1ef7

View File

@ -79,6 +79,7 @@ define(function(require){
}
},
'select-previous-cell' : {
help: 'select cell above',
help_index : 'da',
handler : function (env) {
var index = env.notebook.get_selected_index();
@ -89,6 +90,7 @@ define(function(require){
}
},
'select-next-cell' : {
help: 'select cell below',
help_index : 'db',
handler : function (env) {
var index = env.notebook.get_selected_index();