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

Custom configuration general hotkey customizability #681

Open
Heck-R opened this issue Oct 25, 2024 · 0 comments
Open

Custom configuration general hotkey customizability #681

Heck-R opened this issue Oct 25, 2024 · 0 comments

Comments

@Heck-R
Copy link

Heck-R commented Oct 25, 2024

  1. Problem Description
    In the Custom configuration, general customConfiguration hotkeys are not provided with the same possibilities as the site-specific customTaskControlCenter shortcuts, namely the arguments: h5Player, taskConf, data.

  2. URL where the above issue occurs
    The described issue is more of a missing general feature, it's not site-specific

  3. The browser and browser version information you are using
    The described issue is more of a missing general feature, it's not browser-specific

  4. Other additional information
    Example implementation: feat: Pass general data to custom hotkey configs #540

This would allow for doing stuff like the following in custom configs:

{
...
    {
      desc: 'Custom action',
      key: 'arrowdown',
      command: (h5Player, taskConf, data) => {...}
    },
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant