Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

mode name
drwxr-xr-x public/
drwxr-xr-x src/
-rw-r--r-- .ignore
-rw-r--r-- Cargo.lock
-rw-r--r-- Cargo.toml
-rw-r--r-- LICENSE.md
-rw-r--r-- README.md
-rw-r--r-- invis.vbs
-rw-r--r-- run.bat
README

MouseOnAir

Control your mouse cursor with your phone.

Description

Allow you to control your mouse cursor with your phone via local WiFi.

Also allow for typing text, cut, copy, paste, and hitting the enter key.

Only works for windows.

Installation

  • build cargo build --release
  • in task scheduler create a basic task
  • trigger: when I log on
  • action: start a program
  • program/script: C:\Windows\System32\wscript.exe
  • add arguments: invis.vbs run.bat
  • start in: root of this project