-
-
Notifications
You must be signed in to change notification settings - Fork 253
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
Can't get Capslock state on wayland #229
Comments
Does |
We already use Line 52 in 2539ccb
Do you have it installed (part of kbd package). |
Reading |
|
I tried |
This statement is only applicable to OS using xorg, and cannot get the value of capslock correctly in Wayland
key_state.capslock_in_effect = execute(COMMAND_STR_CAPSLOCK_STATE).size() >= 2;
I'm curious how to get the capslock value in Wayland
The text was updated successfully, but these errors were encountered: