On 9/13/23 18:13, Billy Stiltner wrote:
hey, i remember a long time ago maybe Miller or Hans told us how to use maybe xinput or hid or somethin to keep keyboard mouse input going to one program even ifvanother program has focus. Anyone remember how to do that on linux?
i typically use [hid] for such things.
xinput --list
to get the name (and/or ID) of your devicexinput disable <id>
(or <name>)lsusb
to get the <vendor>:<device> ID (6th column; it's two4-digit hexcodes, separated by colon), e.g. 045e:0084
3. use the ID to open the device with [hid]
mfsdar IOhannes