Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Un 286 - Added keyboard shortcut and event tracking #436

Draft
wants to merge 6 commits into
base: develop
Choose a base branch
from

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    a12972a View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Refactor Player component to add keyboard commands and fix keyboard c…

    …ommand handling
    
    - Refactor the Player component to add keyboard command functionality
    - Update the useKeyboardCommands hook to accept a videoRef parameter
    - Handle keyboard commands for play/pause, seek, and mute/unmute
    - Prevent keyboard commands from triggering when an input element is focused
    iacopolea committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    1d05f3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b80150d View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    58017a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cff7ca7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5aac193 View commit details
    Browse the repository at this point in the history