mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 06:06:07 -06:00
[GH-ISSUE #401] Super key not sent to slave #209
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#209
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 @Geobert on GitHub (Mar 25, 2026).
Original GitHub issue: https://github.com/feschber/lan-mouse/issues/401
I have my desktop controlling my laptop.
Both installed with NixOS and Niri. I use
Modas hotkey for Niri manipulation which is said to be:But it seems to not work on the laptop.
Am I missing something?
@Geobert commented on GitHub (Mar 25, 2026):
Don’t mind me, I launch
wevto check the inputs and it has the correct key events, so the bug is elsewhere@feschber commented on GitHub (Mar 25, 2026):
Might be a case of modifier events not being handled correctly. What input-capture backend is being used?
@Geobert commented on GitHub (Mar 25, 2026):
Thanks for your answer but it’s because of https://github.com/niri-wm/niri/issues/403 (which depends on a Smithay issue) :)
@feschber commented on GitHub (Mar 25, 2026):
I may look into this when I have time.
@mogambro commented on GitHub (Apr 30, 2026):
First off, let me say: Thanks for lan-mouse! It's great software and I hope to be able to use it again in the future.
Due to the issue in niri (or rather smithay) linked above, I landed at https://github.com/htrefil/rkvm ... maybe this helps to ease your pain at the moment @Geobert... for me it's exactly what I need.
I especially love the feature that I can switch to the laptop (and back) with a shortcut, not just back (with the release config in lan-mouse)
Again, sorry, I didn't want to advertise other software, I just wanted to share how I "solved" this annoying bug for me...