From a53d5ecdbbf5b8146639142b53095b29c669ae83 Mon Sep 17 00:00:00 2001 From: Christian Jorgensen Date: Tue, 17 Jun 2025 11:08:26 +0200 Subject: [PATCH] Add keyboard shortcut for new SQL document --- src/views/jobManager/contributes.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/views/jobManager/contributes.json b/src/views/jobManager/contributes.json index 2545a0b6..af135ee6 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