-
Notifications
You must be signed in to change notification settings - Fork 34
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
[BUG] Button mapping broken: Keyboard event not received by application #216
Comments
Experimentally, I lowered the upper key limit from Now, the Judging from the following code/comment, may I presume that you ran into a similar problem earlier? Projecteur/src/virtualdevice.cc Lines 103 to 106 in eb9ff49
|
From the above-mentioned Debian bug discussion, it is my understanding that a kernel fix is required to really fix the problem (increase the buffer to handle these generic virtual keyboards). Proposal:
|
Yes indeed there was an issue, I will have time to look into it again next week. Thank you for the detailed information |
Description
Creating a mapped action to a keyboard event does not result in that keyboard event being accepted by an application.
To Reproduce
Expected behavior
The application does respond to the key.
Desktop/Linux Environment (please complete the following information):
(If yes: Please run cmake for existing build directories, to ensure the generated version info is up to date)
projecteur -f
?:The hash is this one
projecteur -d
?:Other information
evtest
on the uinput device (Projecteur_virtual_keyboard
for the current state,Projecteur_input_device
for the Bookworm version from the v0.9.2 tag) shows the events being sent (the action isE
):However, nobody seems to receive it.
dmesg
shows the following:This seems related to this bug, where the Xen virtual keyboard is also adding all possible keybits, resulting in an overly long MODALIAS and therefore exhausting the kernel buffer.
The text was updated successfully, but these errors were encountered: