-
Notifications
You must be signed in to change notification settings - Fork 285
Open
Description
-
Problem Description
In the Custom configuration, generalcustomConfigurationhotkeys are not provided with the same possibilities as the site-specificcustomTaskControlCentershortcuts, namely the arguments:h5Player,taskConf,data. -
URL where the above issue occurs
The described issue is more of a missing general feature, it's not site-specific -
The browser and browser version information you are using
The described issue is more of a missing general feature, it's not browser-specific -
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) => {...}
},
...
}
Metadata
Metadata
Assignees
Labels
No labels