##// END OF EJS Templates
Merge pull request #7811 from abalkin/patch-2...
Kyle Kelley -
r20468:32414b78 merge
parent child Browse files
Show More
@@ -79,6 +79,7 b' define(function(require){'
79 79 }
80 80 },
81 81 'select-previous-cell' : {
82 help: 'select cell above',
82 83 help_index : 'da',
83 84 handler : function (env) {
84 85 var index = env.notebook.get_selected_index();
@@ -89,6 +90,7 b' define(function(require){'
89 90 }
90 91 },
91 92 'select-next-cell' : {
93 help: 'select cell below',
92 94 help_index : 'db',
93 95 handler : function (env) {
94 96 var index = env.notebook.get_selected_index();
General Comments 0
You need to be logged in to leave comments. Login now