Configurable keyboard shortcuts #28627
Unanswered
adrian-cocoara-lgp
asked this question in
Help
Replies: 2 comments
-
I have the same issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
In Storybook 8 the keyboard shortcuts have changed (Go full screen, Show sidebar, Show toolbar etc.) to Alt + F, Alt + S, Alt + T.
We want to restore it to the values of Storybook 7('F', 'S', 'T'). Is there any way to configure Storybook shortcuts?
I only see there is an option to disable shortcuts in manager.js
`import {addons} from '@storybook/manager-api';
addons.setConfig({
enableShortcuts: false
});`
Additional information
No response
Create a reproduction
No response
Beta Was this translation helpful? Give feedback.
All reactions