Bind the command palette by default (#7384)

Bind the command palette to Ctrl+Shift+P by default, to enable it for all users in v1.3
This commit is contained in:
Mike Griese 2020-08-24 17:44:36 -05:00 committed by GitHub
parent f897ce0a9f
commit 17e0c11840
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -81,6 +81,7 @@
{ "command": "openNewTabDropdown", "keys": "ctrl+shift+space" },
{ "command": "openSettings", "keys": "ctrl+," },
{ "command": "find", "keys": "ctrl+shift+f" },
{ "command": "commandPalette", "keys":"ctrl+shift+p" },
// Tab Management
// "command": "closeTab" is unbound by default.

View File

@ -286,6 +286,7 @@
{ "command": "find", "keys": "ctrl+shift+f" },
{ "command": "toggleRetroEffect" },
{ "command": "openTabColorPicker" },
{ "command": "commandPalette", "keys":"ctrl+shift+p" },
// Tab Management
// "command": "closeTab" is unbound by default.