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

Allow for remapping Volume buttons in ES #1835

Open
dfilskov opened this issue Dec 13, 2024 · 1 comment
Open

Allow for remapping Volume buttons in ES #1835

dfilskov opened this issue Dec 13, 2024 · 1 comment

Comments

@dfilskov
Copy link

Issue description

Please make it possible to map volume to any buttons and any input to the volume buttons.

@theflyingape
Copy link

theflyingape commented Dec 28, 2024

While the external "scripted" methods documented on wiki do work, it makes no sense why native integration does not exist that allows es_input.cfg to do them itself out of the type="keyboard" entry, i.e.,:

		<input name="volumeup" type "key" id="1073741952" value="1" />
		<input name="volumedown" type "key" id="1073741953" value="1" />
		<input name="quit" type="key" id="1073742093" value="1" />

... the media volume keys are self-evident, but as for another useful example, a functional ES "quit" function mapped to a keyboard with a "Home Page" button (OS typically launches default web browser) would be nice too. Certainly, there are others that can be explored, but these 3 are essential.

Thanks for your consideration.

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

2 participants