You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is more of a long-term thing, but it would be cool to have a config that maps specific inputs/buttons to actions.
For example, the play video action could be mapped to "space" on keyboard, but if someone is using a controller, they could specify "A button" instead; similarly, on a remote, if the remote registers its "play button" as "Enter" you could map "Enter" to play video as well.
This would not only allow for custom controls, and would make it relatively easier to develop support for all three input types (keyboard, remote, controller).
To make it simpler, you could also have basic presets in a dropdown with options keyboard, remote, controller, and custom where custom allows you full control over every action.
The text was updated successfully, but these errors were encountered:
This is more of a long-term thing, but it would be cool to have a config that maps specific inputs/buttons to actions.
For example, the
play video
action could be mapped to "space" on keyboard, but if someone is using a controller, they could specify "A button" instead; similarly, on a remote, if the remote registers its "play button" as "Enter" you could map "Enter" toplay video
as well.This would not only allow for custom controls, and would make it relatively easier to develop support for all three input types (keyboard, remote, controller).
To make it simpler, you could also have basic presets in a dropdown with options
keyboard
,remote
,controller
, andcustom
where custom allows you full control over every action.The text was updated successfully, but these errors were encountered: