docs/interception.md
!Send and !Sync
KbdOut will need to send keyboard output events to that thread as opposed
to Linux using uinput and the original Windows code using SendInput
which are independent of the input devices.ScanCode maps to the keyberon KeyCode; they both use the USB
standard codes.
OsCode even though the processing loop will soon after just convert it
back to KeyCode. Oh well.