Add shortcut p for command palette

Addresses part of gh-2121
pull/2129/head
Thomas Kluyver 9 years ago
parent 2042b2a946
commit 7c3b1015fd

@ -164,6 +164,7 @@ define([
'h' : 'jupyter-notebook:show-keyboard-shortcuts',
'z' : 'jupyter-notebook:undo-cell-deletion',
'q' : 'jupyter-notebook:close-pager',
'p' : 'jupyter-notebook:show-command-palette',
};
};

Loading…
Cancel
Save