mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-31 00:50:57 +03:00
Update README.md
This commit is contained in:
committed by
GitHub
parent
9cbb6a5fec
commit
3d8bef42e2
@@ -1,11 +1,12 @@
|
|||||||
# Lan Mouse Share
|
# Lan Mouse Share
|
||||||
Goal of this project is to be an open-source replacement for tools like [Synergy](https://symless.com/synergy) or [Share Mouse](https://www.sharemouse.com/de/).
|
Goal of this project is to be an open-source replacement for proprietary tools like [Synergy](https://symless.com/synergy), [Share Mouse](https://www.sharemouse.com/de/).
|
||||||
Currently only wayland is supported but I will take a look at xorg, windows & MacOS in the future.
|
|
||||||
|
|
||||||
Focus lies on performance and a clean, manageable implementation that can easily be expanded to support additional backends like e.g. Android, iOS, ... .
|
Focus lies on performance and a clean, manageable implementation that can easily be expanded to support additional backends like e.g. Android, iOS, ... .
|
||||||
|
|
||||||
Of course ***blazingly fast™*** and stable, because it's written in rust.
|
Of course ***blazingly fast™*** and stable, because it's written in rust.
|
||||||
|
|
||||||
|
For an alternative (with slightly different goals) you may check out [Input Leap](https://github.com/input-leap).
|
||||||
|
|
||||||
# OS Support
|
# OS Support
|
||||||
|
|
||||||
| Backend | Event Receiving | Event Emitting |
|
| Backend | Event Receiving | Event Emitting |
|
||||||
@@ -15,6 +16,7 @@ Of course ***blazingly fast™*** and stable, because it's written in rust.
|
|||||||
| Wayland (Gnome) | TODO (libei support) | TODO (wlr-layer-shell not supported) |
|
| Wayland (Gnome) | TODO (libei support) | TODO (wlr-layer-shell not supported) |
|
||||||
| X11 | WIP | TODO |
|
| X11 | WIP | TODO |
|
||||||
| Windows | WIP | TODO |
|
| Windows | WIP | TODO |
|
||||||
|
| MacOS | TODO (I dont own a Mac) | TODO (I dont own a Mac) |
|
||||||
|
|
||||||
|
|
||||||
## Wayland compositor support
|
## Wayland compositor support
|
||||||
|
|||||||
Reference in New Issue
Block a user