oblitum / Interception

The Interception API aims to build a portable programming interface that allows one to intercept and control a range of input devices.
http://oblita.com/interception
1.37k stars 267 forks source link

remote usage #132

Closed Dessp1 closed 2 years ago

Dessp1 commented 2 years ago

Hello, This library is fantastic. Work fine on local computer.

When I try to run it remotely, it not recognize keyboard on mouse (with TeamViewer for ex.)

Is there a way to "hack" the system to be able to run the script remotely ?

Tried by myself - can't skip the part when it waits for keyboard or mice input :)

Regards.

oblitum commented 2 years ago

Closing as it's just a question.

It's probably not possible at all as it's currently just made to intercept real devices, and remote interaction doesn't involve real remote clicks :), it's something virtual outside the project's current scope.