Skip to content

Commit d337a28

Browse files
Merge pull request #72 from Neftedollar/patch-1
fix alt+enter keybinding
2 parents f1b1d31 + adb3d48 commit d337a28

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

release/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@
116116
{
117117
"command": "fsi.SendSelection",
118118
"key": "alt+Enter",
119-
"mac": "alt+Enter"
119+
"mac": "alt+Enter",
120+
"when":"editorFocus && !findWidgetVisible"
120121
},
121122
{
122123
"command": "fsharp.MoveFileUp",

0 commit comments

Comments
 (0)