Skip to main content

Module forwarder

Module forwarder 

Source
Expand description

uinput virtual device for event forwarding.

In grab mode, unmatched key events are re-emitted through a virtual device so they reach applications normally.

Synthetic action emission is planned but is not implemented yet. Unlike tools such as keyd, this crate currently needs only a keyboard virtual device.

Modules§

testingtesting
Test utilities for the forwarder — recording forwarder for assertions.

Structs§

UinputForwarder
Virtual uinput device for forwarding unmatched key events in grab mode.

Traits§

ForwardSink
Sink for forwarding key events through a virtual device.