mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 14:15:52 -06:00
[PR #53] [MERGED] release stuck keys #254
Labels
No labels
Xorg
documentation
enhancement
macos
pull-request
question
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/lan-mouse#254
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/feschber/lan-mouse/pull/53
Author: @feschber
Created: 12/17/2023
Status: ✅ Merged
Merged: 12/31/2023
Merged by: @feschber
Base:
main← Head:release-keys-on-exit📝 Commits (10+)
c387e9dimpl wait timerc6f8d05start timer on enter0ae4d42dont wait for timer to receive event9cbb029refactor serverea25981use saved port from server instead of config0a8caa3impl key_release + better error handlinga09dff8cleanup70d317ecleanup8b8fd88fixb37352bfix enter📊 Changes
6 files changed (+421 additions, -297 deletions)
View changed files
📝
src/backend/producer/wayland.rs(+1 -0)📝
src/client.rs(+14 -16)📝
src/event.rs(+40 -31)📝
src/frontend.rs(+1 -0)📝
src/main.rs(+3 -1)📝
src/server.rs(+362 -249)📄 Description
This fixes an issue with KDE's implementation of the remote desktop portal backend.
KDE does not correctly release keys when a remote desktop session is closed while keys are still pressed.
This causes them to be stuck until kwin is restarted.
This workaround remembers all pressed keys and releases them when lan-mouse exits or a device enters the screen.
closes #15
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.