Skip to content

Commit

Permalink
feat(player): add j/l to global seek keys
Browse files Browse the repository at this point in the history
  • Loading branch information
mihar-22 committed Oct 18, 2023
1 parent 5d70279 commit d87cb18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vidstack/src/core/keyboard/controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ export const MEDIA_KEY_SHORTCUTS: MediaKeyShortcuts = {
toggleFullscreen: 'f',
togglePictureInPicture: 'i',
toggleCaptions: 'c',
seekBackward: 'ArrowLeft',
seekForward: 'ArrowRight',
seekBackward: 'j J ArrowLeft',
seekForward: 'l L ArrowRight',
volumeUp: 'ArrowUp',
volumeDown: 'ArrowDown',
};
Expand Down

0 comments on commit d87cb18

Please sign in to comment.