VirtualBox

Changeset 31693 in vbox


Ignore:
Timestamp:
Aug 16, 2010 1:17:14 PM (14 years ago)
Author:
vboxsync
Message:

FE/Qt: 5196: Host-key shortcuts should now work even if host-key is ALT (x11 platform).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIKeyboardHandler.cpp

    r31108 r31693  
    12451245                ch = 0;
    12461246            if (ch)
     1247            {
    12471248                QChar c = QString::fromLocal8Bit(&ch, 1)[0];
     1249                processed = machineLogic()->actionsPool()->processHotKey(QKeySequence((Qt::UNICODE_ACCEL + QChar(c).toUpper().unicode())));
     1250            }
    12481251        }
    12491252#elif defined (Q_WS_MAC)
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