TInput-Component
TInputComp is a component for Lazarus on Linux to capture input events
You can capture all events with unusual hardware, especially if the key codes are above 255.
This component only works with Lazarus and Linux (not Windows), but does not provide general access to other programs running under X.
My goal was to use the Infinity VEC pedal with Lazarus/Linux.
The pedal is recognized well by Linux as a USB device, but the VEC pedal generates the codes 256-258, which cannot be processed by the X server (without further measures such as mapping).
The component...