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

Add custom input mapping #2

Open
Pandawan opened this issue Aug 10, 2019 · 1 comment
Open

Add custom input mapping #2

Pandawan opened this issue Aug 10, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@Pandawan
Copy link

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.

@jonbarrow jonbarrow added the enhancement New feature or request label Aug 10, 2019
@jonbarrow
Copy link
Owner

The beginning of this has been added with keybinds.json. I will keep this issue open though as the full feature request has not been fulfilled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants