go-evdev
go-evdev copied to clipboard
Go package for the Linux evdev interface
Add some keyboard logic for key events : get pressed char from event and layout. Later, layouts should be generated like evcode
Any chances of getting force feedback support added to this repo? Specifically upload effect which is EVIOCSFF (0x80). I am attempting to add it myself, but I am unfamiliar with...
thank you very much for this package. I guess my issue is not a bug, but maybe you can help. I wrote a tool to configure custom keyboard commands: [tff](https://github.com/guettli/tff)...