Giter VIP home page Giter VIP logo

Comments (2)

Blub avatar Blub commented on August 19, 2024

Could I see the output of evtest instead of the libinput debug one? I haven't read through libinput.
(And wouldn't that be somewhat inconvenient to use?)

from netevent.

jcronenberg avatar jcronenberg commented on August 19, 2024

Actually touchscreens seem to work just fine for me since they normally just send EV_ABS and EV_KEY events. However, touchscreens don't work well with hotkeys, since well there aren't really any events suitable for toggling. So for me at least it was best to enable grabbing and writing when starting.
Here is a example config:

# file: netevent-setup.ne2
# Add touchscreen
device add mytouch /dev/input/by-id/usb-Touch

# Connect to the device via password-less ssh
output add myremote exec:ssh user@other-host netevent create
# Select the output to write to
use myremote
# Enable grabbing and writing immediately
grab-devices on
write-events on

And yes it is normally awkward to use but makes sense in some special situations.

from netevent.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.