We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I went through Chromium's sources, and it seems like they have a variant that is not exposed in this library: KeyboardBacklightToggle
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?
PrivacyScreenToggle
MicrophoneMuteToggle
The text was updated successfully, but these errors were encountered:
I think the crate should have KeyboardBacklightToggle, as it may potentially be useful to someone who doesn't work with web content.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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:
But if that's the case, then perhaps we shouldn't have
PrivacyScreenToggle
andMicrophoneMuteToggle
either?The text was updated successfully, but these errors were encountered: