VirtualBox

Changeset 50962 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Apr 3, 2014 1:58:47 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
93119
Message:

Send HID usage codes rather than XT scan codes to keyboard devices, with conversion in driver. See #6026.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/KeyboardImpl.cpp

    r50544 r50962  
    211211    uint32_t sent;
    212212    for (sent = 0; (sent < keys.size()) && RT_SUCCESS(vrc); sent++)
    213         vrc = pUpPort->pfnPutEvent(pUpPort, (uint8_t)keys[sent]);
     213        vrc = pUpPort->pfnPutEventScan(pUpPort, (uint8_t)keys[sent]);
    214214
    215215    if (codesStored)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette