mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 14:15:52 -06:00
[GH-ISSUE #315] Cant get back from linux #165
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#165
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?
Originally created by @AgCaliva on GitHub (Aug 3, 2025).
Original GitHub issue: https://github.com/feschber/lan-mouse/issues/315
Its stupid to not allow to get back from linux because you are depending on InputCapture to be enabled, you can have a workaround setting a command line handler for returning back, and setting up an xbindkeys binding to call that one.
Anyway even if its really nice in performance, i cant use it because it "spams" some buttons like cntrl, tab, alt after being pressed once.
Im trying to control a linux pc from windows.
@feschber commented on GitHub (Oct 7, 2025):
Could you share some additional information? Specifically which backends are in use?
You could provide this information by pasting the logs when running lan-mouse from the commandline. (Mainly from the linux side)
@ToastedWookiee commented on GitHub (Dec 2, 2025):
I have this issue, going from hyprland (wayland) host to an Xfce (X11) client, using git build from the AUR on cachyOS. Once I move mouse to the client I cannot get mouse back to host until I kill lan-mouse on the client.
Edit: Or setting and using the
release_bindto return.Edit 2: When using the
release_bindwith the example given forASDF, this will leave the client spamming the 2nd to last key pressed, so if I pressdbefore the last key off, it will leave leave thedkey being spammed on the client, fixed when I press that key again.Client (Xfce) logs:
Host (hyprland) logs:
@feschber commented on GitHub (Dec 4, 2025):
This is expected, since there is no X11 Capture backend yet.
@AgCaliva commented on GitHub (Dec 4, 2025):
Yes but i already told you a workaround using xbindkey