|
@@ -58,7 +58,7 @@ const SHORTCUTS = [
|
|
{
|
|
{
|
|
command: 'command-palette:activate',
|
|
command: 'command-palette:activate',
|
|
selector: 'body',
|
|
selector: 'body',
|
|
- keys: ['Accel Shift P']
|
|
|
|
|
|
+ keys: ['Accel Shift C']
|
|
},
|
|
},
|
|
{
|
|
{
|
|
command: 'completer:invoke-console',
|
|
command: 'completer:invoke-console',
|
|
@@ -110,15 +110,10 @@ const SHORTCUTS = [
|
|
selector: '.jp-Activity',
|
|
selector: '.jp-Activity',
|
|
keys: ['Ctrl Q']
|
|
keys: ['Ctrl Q']
|
|
},
|
|
},
|
|
- {
|
|
|
|
- command: 'file-operations:close-all-files',
|
|
|
|
- selector: 'body',
|
|
|
|
- keys: ['Ctrl Shift Q']
|
|
|
|
- },
|
|
|
|
{
|
|
{
|
|
command: 'help-jupyterlab:toggle',
|
|
command: 'help-jupyterlab:toggle',
|
|
selector: 'body',
|
|
selector: 'body',
|
|
- keys: ['Accel Shift H']
|
|
|
|
|
|
+ keys: ['Ctrl Shift H']
|
|
},
|
|
},
|
|
{
|
|
{
|
|
command: 'imageviewer:reset-zoom',
|
|
command: 'imageviewer:reset-zoom',
|