netevent icon indicating copy to clipboard operation
netevent copied to clipboard

Input-Event device cloning utility. Use it together with ssh/netcat/... to share input devices among different machines.

Results 5 netevent issues
Sort by recently updated
recently updated
newest added

I have an All-In-One that I use as a monitor, but I would like to also use the touchscreen built-in to it with my main desktop... example output from libinput:...

I've been struggling to undesrstand why i wasn't able to use write-events and grab-devices in place of grab. The reason was I was using hotkey add twice with the same...

Hi, I've recently received a Logitech MX Keys keyboard (I'm a lucky man...), but this keyboard does not set any entry in the /dev/input/by-id, so I can not set a...

Thanks for netevent, it is a fantastic project and configuring it is a very pleasant experience compared to similar tools I have used. One thing that could come in handy...

feature

Hi. I've configured netevent for Android with this build script ``` cmake_minimum_required(VERSION 3.24) project(netevent) set(CMAKE_CXX_STANDARD 20) add_executable(netevent src/main.cpp src/reader.cpp src/writer.cpp src/socket.cpp src/bitfield.cpp src/daemon.cpp) target_compile_options(netevent PRIVATE "-DNETEVENT_VERSION=\"2.2.1\"" "-static") target_link_options(netevent PRIVATE "-static")...