mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 14:15:52 -06:00
[GH-ISSUE #89] CLI access from scripts #36
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#36
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 @ramonacat on GitHub (Feb 23, 2024).
Original GitHub issue: https://github.com/feschber/lan-mouse/issues/89
I have a virtual machine with windows, that often takes the place of my usual linux desktop. It would be nice if I could script the switching in lan-mouse. Being able to do something like
lan-mouse --frontend cli deactivate 2 && lan-mouse --frontend cli activate 3would make my life significantly easier.@feschber commented on GitHub (Feb 24, 2024):
you should be able to do this already by just piping the commands into
lan-mouse.Something like
works for me.
Certainly a good idea to have this functionality via cli args directly! I will add that to the list :)