VirtualBox

Ignore:
Timestamp:
Jan 31, 2012 10:09:41 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
75988
Message:

Ctrl+Alt+Del needs to ignore Shift state.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/BIOS-new/keyboard.c

    r38833 r39914  
    474474   
    475475    case 0x53: /* Del press */
    476         if ((shift_flags & 0x0f) == 0x0c)
     476        if ((shift_flags & 0x0c) == 0x0c)
    477477            jmp_post();
    478478        /* fall through */
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