Skip to content

Commit 5e76371

Browse files
committed
Remove Cmd+C binding for interrupt on Mac
1 parent 656533d commit 5e76371

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@
9393
{
9494
"command": "matlab.interrupt",
9595
"key": "Ctrl+C",
96-
"mac": "Cmd+C",
9796
"when": "((editorTextFocus && !editorHasSelection && editorLangId == matlab) || (terminalFocus && matlab.isActiveTerminal && !matlab.terminalHasSelection && !terminalTextSelectedInFocused))"
9897
}
9998
],

0 commit comments

Comments
 (0)