Context
I have recently discovered that my dom0 contains the following binaries:
/usr/bin/input-proxy-sender/usr/bin/input-proxy-receiver
According to the guide at GitHub - QubesOS/qubes-app-linux-input-proxy, it appears that input-proxy-receiver is expected to be available in dom0. This is implied by the usage of the --localcmd flag in the following command: qvm-run -u root --pass-io --localcmd="input-proxy-receiver --mouse" usbvm "input-proxy-sender /dev/input/event2".
Question
Is there a canonical way to determine which Qubes-specific binaries and scripts are expected to be present in dom0, and how they vary across versions?