mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 06:06:07 -06:00
[GH-ISSUE #6] Cant send keyboard inputs? #2
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#2
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 @Xag8031 on GitHub (Apr 5, 2023).
Original GitHub issue: https://github.com/feschber/lan-mouse/issues/6
I am currently trying to use this to use 2 rigs with one keyboard and mouse on hyprland (wlroots based) but only my mouse seems to be sending properly. Any help as my configs are probably the problem? Files are attached, hopefully should be txt as github hates me and won't allow toml's
config.toml client
config.toml server
@feschber commented on GitHub (Apr 5, 2023):
If your mouse is working, the config is correct. I would assume that Hyprland currently does not support the virtual-keyboard protocol. I can give you more info once I test this myself.
@feschber commented on GitHub (Apr 5, 2023):
@Xag8031 can you give some more information? I just tested this and it works for me (writing this from my laptop on my Desktop using Hyprland on both).
Does the log say anything?
@Xag8031 commented on GitHub (Apr 17, 2023):
Sorry to get back to you so late. I don't see any log files and it doesn't show any errors.
@Xag8031 commented on GitHub (Apr 17, 2023):
Sorry to get back to you so late. I don't see any log files and it doesn't show any errors.
@feschber commented on GitHub (Apr 17, 2023):
When you run it, it should print "Connecting to {client} done!".
Can you verify this is the case on both devices and shows the correct ip adresses?
Make sure you allow the respective ports for both udp and tcp connections in your firewall in case you are using one.
Also please try using the same port on both devices to rule that out.
The version of Hyprland and exact commit of lan-mouse you are using would be useful as well, so I can try to reproduce this.
@Xag8031 commented on GitHub (Apr 27, 2023):
Okay, I think I got it to work thank you.
@feschber commented on GitHub (Apr 29, 2023):
Do you know what the issue was or what exactly fixed the problem?
@Xag8031 commented on GitHub (May 3, 2023):
I think it was slow data transfer. I got a better Ethernet cable to hook them together and it worked.
@feschber commented on GitHub (May 4, 2023):
That sounds like something I should investigate. Thank you for your feedback!