Skip to content

Commit

Permalink
Merge pull request jupyter#2129 from takluyver/i2121
Browse files Browse the repository at this point in the history
Add shortcut p for command palette
  • Loading branch information
Carreau authored Feb 3, 2017
2 parents 2042b2a + 7c3b101 commit 423fd5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions notebook/static/notebook/js/keyboardmanager.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
};
};

Expand Down

0 comments on commit 423fd5e

Please sign in to comment.