Skip to content

Commit

Permalink
#296 fixing issue with ctrl+enter
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandoescolar committed Jun 7, 2024
1 parent 61bb98e commit 1c42f44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 1c42f44

Please sign in to comment.