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

Alsamixer is exiting upon receiving some keys, such as volume control ones #255

Open
Porkepix opened this issue Mar 6, 2024 · 0 comments

Comments

@Porkepix
Copy link

Porkepix commented Mar 6, 2024

When in an environment not intercepting those keys (usually managed by your compositor/window manager), upon receiving some keycodes such as volume up or down, alsamixer is exiting and writing the UTF-8 keycode inside the terminal while it shouldn't.

Examples:
Mute key > 440u
Volume down key > 438u
Volume up key > 439u

Curiously enough, the microphone mute one doesn't do anything.

These should at the very least not exit alsamixer. A bonus would be, when they're not intercepted, to actually use them to apply mutes and volumes up/down.

EDIT: Terminal here is Alacritty as that behavior might change with others eg. if they're not sending any key codes over to what's running.

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