diff options
Diffstat (limited to 'sdks/vscode')
| -rw-r--r-- | sdks/vscode/package.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sdks/vscode/package.json b/sdks/vscode/package.json index c034d5880..3b62ed9fa 100644 --- a/sdks/vscode/package.json +++ b/sdks/vscode/package.json @@ -51,13 +51,17 @@ "command": "opencode.openTerminal", "title": "Run opencode", "key": "cmd+escape", - "mac": "cmd+escape" + "mac": "cmd+escape", + "win": "ctrl+escape", + "linux": "ctrl+escape" }, { "command": "opencode.addFilepathToTerminal", "title": "opencode: Insert At-Mentioned", "key": "cmd+alt+k", - "mac": "cmd+alt+k" + "mac": "cmd+alt+k", + "win": "ctrl+alt+K", + "linux": "ctrl+alt+K" } ] }, |
