mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 06:06:07 -06:00
[PR #339] [CLOSED] WIP: MacOS input consistency, request for comment #381
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#381
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/339
Author: @NeoTheFox
Created: 10/29/2025
Status: ❌ Closed
Base:
main← Head:osx-tweaks📝 Commits (2)
a21f8a7WIP: MacOS input consistencydd1d8c3implemented mouse config📊 Changes
9 files changed (+149 additions, -40 deletions)
View changed files
📝
config.toml(+6 -1)📝
input-emulation/Cargo.toml(+28 -26)📝
input-emulation/src/lib.rs(+58 -5)📝
lan-mouse-ipc/Cargo.toml(+3 -0)📝
lan-mouse-ipc/src/lib.rs(+6 -1)📝
src/config.rs(+19 -0)📝
src/emulation.rs(+17 -4)📝
src/emulation_test.rs(+3 -2)📝
src/service.rs(+9 -1)📄 Description
Hello!
I noticed a huge input inconsistency when going from Sway -> MacOS:
I'm not a Rust developer, so I don't know what would be the best way to approach it - these are just tiny changes that made my systems feel consistent.
Ideally, the issue is somehow related to DPI and reading the system config, but I propose adding two new config options:
Right now the input-emulation is split away from the config, so I couldn't figure out a way to add these options without excessive coupling. Any comments are welcome.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.