diff --git a/notebook/static/notebook/js/menubar.js b/notebook/static/notebook/js/menubar.js index 5be7434c0b..181981ed10 100644 --- a/notebook/static/notebook/js/menubar.js +++ b/notebook/static/notebook/js/menubar.js @@ -264,6 +264,9 @@ define([ '#int_kernel': 'interrupt-kernel', '#cut_cell': 'cut-cell', '#copy_cell': 'copy-cell', + '#paste_cell_above': 'paste-cell-above', + '#paste_cell_below': 'paste-cell-below', + '#paste_cell_replace': 'paste-cell-replace', '#delete_cell': 'delete-cell', '#undelete_cell': 'undo-cell-deletion', '#split_cell': 'split-cell-at-cursor', @@ -295,6 +298,7 @@ define([ '#copy_cell_attachments': 'copy-cell-attachments', '#paste_cell_attachments': 'paste-cell-attachments', '#insert_image': 'insert-image', + '#keyboard_shortcuts' : 'show-keyboard-shortcuts', '#edit_keyboard_shortcuts' : 'edit-command-mode-keyboard-shortcuts', };