Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customizable cursor activation area #182

Open
clinta opened this issue Aug 27, 2024 · 2 comments
Open

Customizable cursor activation area #182

clinta opened this issue Aug 27, 2024 · 2 comments

Comments

@clinta
Copy link

clinta commented Aug 27, 2024

Currently an entire side of the monitor activates the next client with no consideration for differing monitor sizes.

I have a much larger monitor on my server, below a smaller client monitor. When I move the cursor to the top of the screen, even if that area is not below the physical client monitor, the cursor moves up to the client. It would be nice if I could tell lanmouse a more precise activation area, like top [x]:[y], where [x] and [y] are min and max pixel positions. So only movement up within that area activates the client.

I think this would also open up the possibility of having multiple clients on one side. For example two top clients, one of the left side, and one on the right.

@feschber
Copy link
Owner

feschber commented Sep 8, 2024

Yeah this is something I will get to eventually. I'm also thinking it would be nice to make it configurable interactively

@mystery4f
Copy link

Yeah this is something I will get to eventually. I'm also thinking it would be nice to make it configurable interactively

It seems that hotkeys should be bound to the host so that switching would be much more convenient. In this way, I can also bind mouse programming macros to hotkeys to achieve the goal of quick switching.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants