Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Cursr is a freemium mouse movement customization tool for multi-display setups but also useful for some single displays like ultrawide ones. Over time it evolved to a software KVM to allow for mouse movement across multi-display setups even if they belong to multiple devices, naturally keyboard and clipboard sharing was added on top making it a software KVM.
I think it can be useful to a lot of people even as free tool as for most part it's features are usable in free tier so that everyone can benefit from it. Paid version is only added to help make it sustainable and is targeted towards power users/those seeking detailed customization.
It does have a public repo purely for distribution of installation/executable files with over 40 stars. There are plans to in future open-source partial base code that is used for free-tier if time and resources allow it.
Proof of using electron - I assume you want something that could be checked by anyone - as it's electron application, the location of installation contains 'resources/app.asar' file which can be unpacked with npm 'asar' package and has package.json file inside with some electron related packages:
electron itself is not in there as it's in devDependencies, so can't be checked but in case it's of any use here's screenshot from private repo:
By submitting this pull request, I promise I have read the contributing guidelines twice and ensured my submission follows it. I realize not doing so wastes the maintainers' time that they could have spent making the world better. 🖖