mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 06:06:07 -06:00
[PR #347] Implemented mouse config #385
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#385
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/347
Author: @NeoTheFox
Created: 10/31/2025
Status: 🔄 Open
Base:
main← Head:mouse-configuration📝 Commits (9)
0397327implemented mouse config4d13c4dadd .editorconfig for .toml filesa3b9120refactor to decouple crates2337d35implemented cli commands for mouse confingc633018refactor mouse_mod into mouse_sensitvity and improved cli options98e98b8refactor input settins to be in input section312fdd8refactor the input section into input_post_processingc047a51formattingeb01109make mouse config updatable📊 Changes
10 files changed (+196 additions, -18 deletions)
View changed files
➕
.editorconfig(+3 -0)📝
config.toml(+7 -1)📝
input-emulation/Cargo.toml(+1 -1)📝
input-emulation/src/lib.rs(+65 -5)📝
lan-mouse-cli/src/lib.rs(+17 -2)📝
lan-mouse-ipc/src/lib.rs(+4 -1)📝
src/config.rs(+25 -1)📝
src/emulation.rs(+48 -4)📝
src/emulation_test.rs(+6 -2)📝
src/service.rs(+20 -1)📄 Description
Add two options:
mouse_mod - sets a linear acceleration for the emulated mouse
invert_scroll - inverts the scrolling direction for the emulated mouse
Hopefully it helps to make the pointer more consistent across multiple devices.
Previously discussed in #339
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.