VirtualBox

Ignore:
Timestamp:
Mar 23, 2011 8:58:14 AM (14 years ago)
Author:
vboxsync
Message:

FE/Qt: Another code reordering missed in r70213.

Location:
trunk/src/VBox/Frontends/VirtualBox/src/runtime
Files:
2 edited

Legend:

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

    r36111 r36356  
    2626{
    2727    /* Defaults */
    28     m_Shortcuts[FullscreenModeShortcut]        = UIKeySequence("FullscreenMode",        "F");
    29     m_Shortcuts[SeamlessModeShortcut]          = UIKeySequence("SeamlessMode",          "L");
    30     m_Shortcuts[ScaleModeShortcut]             = UIKeySequence("ScaleMode",             "C");
    31     m_Shortcuts[GuestAutoresizeShortcut]       = UIKeySequence("GuestAutoresize",       "G");
    32     m_Shortcuts[WindowAdjustShortcut]          = UIKeySequence("WindowAdjust",          "A");
     28    m_Shortcuts[TakeSnapshotShortcut]          = UIKeySequence("TakeSnapshot",          "S");
     29    m_Shortcuts[InformationDialogShortcut]     = UIKeySequence("InformationDialog",     "N");
    3330    m_Shortcuts[MouseIntegrationShortcut]      = UIKeySequence("MouseIntegration" ,     "I");
    3431    m_Shortcuts[TypeCADShortcut]               = UIKeySequence("TypeCAD",               "Del");
    3532    m_Shortcuts[TypeCABSShortcut]              = UIKeySequence("TypeCABS",              "Backspace");
    36     m_Shortcuts[TakeSnapshotShortcut]          = UIKeySequence("TakeSnapshot",          "S");
    37     m_Shortcuts[InformationDialogShortcut]     = UIKeySequence("InformationDialog",     "N");
    3833    m_Shortcuts[PauseShortcut]                 = UIKeySequence("Pause",                 "P");
    3934    m_Shortcuts[ResetShortcut]                 = UIKeySequence("Reset",                 "R");
     
    4439#endif /* Q_WS_MAC */
    4540    m_Shortcuts[CloseShortcut]                 = UIKeySequence("Close",                 "Q");
     41    m_Shortcuts[FullscreenModeShortcut]        = UIKeySequence("FullscreenMode",        "F");
     42    m_Shortcuts[SeamlessModeShortcut]          = UIKeySequence("SeamlessMode",          "L");
     43    m_Shortcuts[ScaleModeShortcut]             = UIKeySequence("ScaleMode",             "C");
     44    m_Shortcuts[GuestAutoresizeShortcut]       = UIKeySequence("GuestAutoresize",       "G");
     45    m_Shortcuts[WindowAdjustShortcut]          = UIKeySequence("WindowAdjust",          "A");
    4646    m_Shortcuts[NetworkAdaptersDialogShortcut] = UIKeySequence("NetworkAdaptersDialog");
    4747    m_Shortcuts[SharedFoldersDialogShortcut]   = UIKeySequence("SharedFoldersDialog");
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineShortcuts.h

    r35752 r36356  
    2828    enum MachineShortcutType
    2929    {
     30        TakeSnapshotShortcut,
     31        InformationDialogShortcut,
     32        MouseIntegrationShortcut,
     33        TypeCADShortcut,
     34        TypeCABSShortcut,
     35        PauseShortcut,
     36        ResetShortcut,
     37        ShutdownShortcut,
     38        CloseShortcut,
    3039        FullscreenModeShortcut,
    3140        SeamlessModeShortcut,
     
    3342        GuestAutoresizeShortcut,
    3443        WindowAdjustShortcut,
    35         MouseIntegrationShortcut,
    36         TypeCADShortcut,
    37         TypeCABSShortcut,
    38         TakeSnapshotShortcut,
    39         InformationDialogShortcut,
    40         PauseShortcut,
    41         ResetShortcut,
    42         ShutdownShortcut,
    43         CloseShortcut,
    4444        NetworkAdaptersDialogShortcut,
    4545        SharedFoldersDialogShortcut,
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