- Timestamp:
- Feb 7, 2011 12:01:19 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIKeyboardHandler.cpp
r35864 r35866 308 308 309 309 if (aReleaseHostKey) 310 { 310 311 m_bIsHostComboPressed = false; 312 m_pressedHostComboKeys.clear(); 313 } 311 314 312 315 #ifdef Q_WS_MAC … … 1272 1275 { 1273 1276 m_bIsHostComboAlone = false; 1274 m_pressedHostComboKeys.clear();1275 1277 /* Process Host+<key> shortcuts. 1276 1278 * Currently, <key> is limited to alphanumeric chars. … … 1304 1306 if (fIsAutoConfirmed) 1305 1307 uisession()->setAutoCaptureDisabled(false); 1306 else1307 m_pressedHostComboKeys.clear();1308 1308 /* Otherwise, the disable flag will be reset in the next 1309 1309 * machine-view's focus-in event (since may happen asynchronously … … 1339 1339 { 1340 1340 if (m_bIsHostComboPressed) 1341 m_bIsHostComboAlone = false;1341 m_bIsHostComboAlone = true; 1342 1342 } 1343 1343 }
Note:
See TracChangeset
for help on using the changeset viewer.