VirtualBox

Ignore:
Timestamp:
Jun 4, 2014 9:34:18 PM (11 years ago)
Author:
vboxsync
Message:

Keyboard: Extended keyboard driver and reworked USB keyboard device emulation. See #7328.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Input/PS2K.cpp

    r50962 r51539  
    11661166    else
    11671167    {
    1168         /* Stupid Korean key hack: convert a lone break key into a press/release sequence. */
    1169         if (u32UsageCode == 0x80000090 || u32UsageCode == 0x80000091)
    1170             ps2kPutEventWorker(pThis, u32UsageCode & ~0x80000000);
    1171 
    11721168        ps2kPutEventWorker(pThis, u32UsageCode);
    11731169    }
Note: See TracChangeset for help on using the changeset viewer.

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