VirtualBox

Changeset 44739 in vbox


Ignore:
Timestamp:
Feb 18, 2013 4:08:26 PM (12 years ago)
Author:
vboxsync
Message:

FE/Qt: UIHotKeyEditor: Changes to allowed key white-list.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIHotKeyEditor.cpp

    r44736 r44739  
    270270        if (currentModifiers != Qt::NoModifier)
    271271        {
    272             if ((m_takenModifiers.size() < 3) && (currentModifiers & Qt::ShiftModifier))
    273                 m_takenModifiers << Qt::SHIFT;
    274272            if ((m_takenModifiers.size() < 3) && (currentModifiers & Qt::ControlModifier))
    275273                m_takenModifiers << Qt::CTRL;
     
    313311                 << Qt::Key_Home << Qt::Key_End
    314312                 << Qt::Key_PageUp << Qt::Key_PageDown
    315                  << Qt::Key_BracketLeft << Qt::Key_BracketRight << Qt::Key_Backslash
    316                  << Qt::Key_Semicolon << Qt::Key_Apostrophe
    317                  << Qt::Key_Comma << Qt::Key_Period << Qt::Key_Slash;
     313                 << Qt::Key_QuoteLeft << Qt::Key_AsciiTilde
     314                 << Qt::Key_Minus << Qt::Key_Underscore
     315                 << Qt::Key_Equal << Qt::Key_Plus
     316                 << Qt::Key_ParenLeft << Qt::Key_ParenRight
     317                 << Qt::Key_BraceLeft << Qt::Key_BraceRight
     318                 << Qt::Key_BracketLeft << Qt::Key_BracketRight
     319                 << Qt::Key_Backslash << Qt::Key_Bar
     320                 << Qt::Key_Semicolon << Qt::Key_Colon
     321                 << Qt::Key_Apostrophe << Qt::Key_QuoteDbl
     322                 << Qt::Key_Comma << Qt::Key_Period << Qt::Key_Slash
     323                 << Qt::Key_Less << Qt::Key_Greater << Qt::Key_Question;
    318324
    319325    /* Is this one of the approved keys? */
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