VirtualBox

Changeset 54156 in vbox


Ignore:
Timestamp:
Feb 11, 2015 5:40:43 PM (10 years ago)
Author:
vboxsync
Message:

FE/Qt: never send the 0x5e scancode to the guest as this event is usually only generated on OSX hosts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/DarwinKeyboard.cpp

    r50396 r54156  
    254254    0x50|K_EX,                  /* QZ_DOWN         0x7D */
    255255    0x48|K_EX,                  /* QZ_UP           0x7E */
    256     0x5e|K_EX,                  /* QZ_POWER        0x7F */ /* have different break key! */
     256       0,/*0x5e|K_EX*/,         /* QZ_POWER        0x7F */ /* have different break key! */
     257                                                           /* do NEVER deliver the Power
     258                                                            * scancode as e.g. Windows will
     259                                                            * handle it, @bugref{7692}. */
    257260};
    258261
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