Skip to content

Commit 017ea72

Browse files
committed
feat: update full screen key to shift + f
1 parent 331167b commit 017ea72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/Components/CICDHistory/History.components.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import { ReactComponent as ZoomOut } from '../../../Assets/Icon/ic-exit-fullscre
3434
import './cicdHistory.scss'
3535

3636
export const LogResizeButton = ({
37-
shortcutCombo = ['F'],
37+
shortcutCombo = ['Shift', 'F'],
3838
showOnlyWhenPathIncludesLogs = true,
3939
fullScreenView,
4040
setFullScreenView,

0 commit comments

Comments
 (0)