diff --git a/package.json b/package.json index 85208a0..4618491 100644 --- a/package.json +++ b/package.json @@ -734,11 +734,13 @@ }, { "command": "solutionExplorer.focus", + "when": "editorTextFocus", "key": "ctrl+alt+l", "mac": "ctrl+cmd+l" }, { "command": "solutionExplorer.openFileAndFocus", + "when": "focusedView in solutionexplorer.viewTypes", "key": "ctrl+enter", "mac": "ctrl+enter" }