Skip to content

Commit bbe5ac3

Browse files
committed
add focus top/bottom actions to cp
1 parent f466c77 commit bbe5ac3

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/vs/workbench/contrib/notebook/browser/contrib/coreActions.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,7 +1101,8 @@ registerAction2(class extends Action2 {
11011101
primary: KeyMod.CtrlCmd | KeyCode.Home,
11021102
mac: { primary: KeyMod.CtrlCmd | KeyCode.UpArrow },
11031103
weight: KeybindingWeight.WorkbenchContrib
1104-
}
1104+
},
1105+
f1: true
11051106
});
11061107
}
11071108

@@ -1133,7 +1134,8 @@ registerAction2(class extends Action2 {
11331134
primary: KeyMod.CtrlCmd | KeyCode.End,
11341135
mac: { primary: KeyMod.CtrlCmd | KeyCode.DownArrow },
11351136
weight: KeybindingWeight.WorkbenchContrib
1136-
}
1137+
},
1138+
f1: true
11371139
});
11381140
}
11391141

0 commit comments

Comments
 (0)