File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/vs/workbench/contrib/notebook/browser/contrib Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1012,7 +1012,7 @@ registerAction2(class extends NotebookAction {
1012
1012
keybinding : {
1013
1013
when : NOTEBOOK_EDITOR_FOCUSED ,
1014
1014
primary : KeyMod . CtrlCmd | KeyCode . DownArrow ,
1015
- mac : { primary : KeyMod . WinCtrl | KeyCode . DownArrow , } ,
1015
+ mac : { primary : KeyMod . WinCtrl | KeyMod . CtrlCmd | KeyCode . DownArrow , } ,
1016
1016
weight : KeybindingWeight . WorkbenchContrib
1017
1017
} ,
1018
1018
precondition : NOTEBOOK_IS_ACTIVE_EDITOR ,
@@ -1036,7 +1036,7 @@ registerAction2(class extends NotebookAction {
1036
1036
keybinding : {
1037
1037
when : NOTEBOOK_EDITOR_FOCUSED ,
1038
1038
primary : KeyMod . CtrlCmd | KeyCode . UpArrow ,
1039
- mac : { primary : KeyMod . WinCtrl | KeyCode . UpArrow , } ,
1039
+ mac : { primary : KeyMod . WinCtrl | KeyMod . CtrlCmd | KeyCode . UpArrow , } ,
1040
1040
weight : KeybindingWeight . WorkbenchContrib
1041
1041
} ,
1042
1042
precondition : NOTEBOOK_IS_ACTIVE_EDITOR ,
You can’t perform that action at this time.
0 commit comments