diff --git a/src/views/jobManager/contributes.json b/src/views/jobManager/contributes.json index 2545a0b6..28c43e4e 100644 --- a/src/views/jobManager/contributes.json +++ b/src/views/jobManager/contributes.json @@ -265,6 +265,13 @@ "group": "inline" } ] - } + }, + "keybindings": [ + { + "command": "vscode-db2i.openSqlDocument", + "key": "ctrl+alt+n", + "mac": "cmd+alt+n" + } + ] } } \ No newline at end of file