Windows 10 HID driver functionality

Lane C 1 Reputation point
2020-08-24T00:17:23.9+00:00

Is there any feature in the Windows 10 HID driver that enables a device to access the computers clipboard? I cannot find any mention of this in the documentation but it seems plausible it'd be a supported feature given the abundance of KVM peripherals on the market. I asked this in the git repo for the driver documentation (https://github.com/MicrosoftDocs/windows-driver-docs/issues/2385) but was sent here.

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Anonymous
    2020-08-24T08:44:54.277+00:00

    Hi,
    I’m afraid there isn’t a direct message on this:
    https://learn.microsoft.com/en-us/windows-hardware/drivers/hid/
    Might need to look for third-party solution.

    Best regards.

    0 comments No comments

  2. Andrew Eckrich 16 Reputation points
    2020-08-24T23:58:09.203+00:00

    Try this Microsoft/TechNet link for clipboard.

    https://support.microsoft.com/en-us/help/4028529/windows-10-clipboard

    0 comments No comments

  3. Bingxing Wang 1 Reputation point Microsoft Employee
    2021-03-02T08:55:14.76+00:00

    No: HID device drivers are under the layer of input stack, which don't have awareness & access to the clipboard.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.