Skip to content

Commit

Permalink
Merge pull request #15489 from storybookjs/fix-official-storybook-loc…
Browse files Browse the repository at this point in the history
…ale-previous-shortcut

fix: shortcut for navigating to previous language in official-storybook example
  • Loading branch information
shilman committed Jul 6, 2021
2 parents 52623ee + 799da77 commit b6bf34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/official-storybook/preview.js
Expand Up @@ -222,7 +222,7 @@ export const globalTypes = {
},
previous: {
label: 'Go to previous language',
keys: ['shift', 'L'],
keys: ['K'],
},
reset: {
label: 'Reset language',
Expand Down

0 comments on commit b6bf34a

Please sign in to comment.