mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
Update actions.js
Added help for select- actions.
This commit is contained in:
parent
25a1d9e2f6
commit
3a6c634f3e
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user