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

Chromium-only Linux key codes #51

Open
madsmtm opened this issue Dec 1, 2024 · 1 comment · May be fixed by #57
Open

Chromium-only Linux key codes #51

madsmtm opened this issue Dec 1, 2024 · 1 comment · May be fixed by #57

Comments

@madsmtm
Copy link
Contributor

madsmtm commented Dec 1, 2024

I went through Chromium's sources, and it seems like they have a variant that is not exposed in this library: KeyboardBacklightToggle

That said, I wonder if it makes sense to actually expose here? The docs explicitly say:

As with privacy screen, keyboard backlight toggle will not be exposed to web content.

But if that's the case, then perhaps we shouldn't have PrivacyScreenToggle and MicrophoneMuteToggle either?

@madsmtm madsmtm changed the title Chromium-only key codes Chromium-only Linux key codes Dec 1, 2024
@pyfisch
Copy link
Owner

pyfisch commented Dec 22, 2024

I think the crate should have KeyboardBacklightToggle, as it may potentially be useful to someone who doesn't work with web content.

@madsmtm madsmtm linked a pull request Feb 13, 2025 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants