Changeset 48801 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Oct 1, 2013 5:27:38 PM (11 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/DarwinKeyboard.cpp
r48800 r48801 22 22 *******************************************************************************/ 23 23 #define LOG_GROUP LOG_GROUP_GUI 24 //#define VBOX_WITH_KBD_LEDS_SYNC24 #define VBOX_WITH_KBD_LEDS_SYNC 25 25 26 26 #include "DarwinKeyboard.h" -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp
r48647 r48801 1035 1035 * As we have no ipc between threads of different VMs 1036 1036 * we are using 300ms timer as lazy sync timout: */ 1037 QTimer::singleShot(300, this, SLOT(sltSwitchKeyboardLedsToGuestLeds())); 1037 //QTimer::singleShot(300, this, SLOT(sltSwitchKeyboardLedsToGuestLeds())); 1038 1039 /* Trigger callback synchronously for now! */ 1040 sltSwitchKeyboardLedsToGuestLeds(); 1038 1041 break; 1039 1042 } … … 2191 2194 /* Here we have to update host LED lock states using values provided by UISession registry. 2192 2195 * [bool] uisession() -> isNumLock(), isCapsLock(), isScrollLock() can be used for that. */ 2196 2197 LogRelFlow(("UIMachineLogic::sltSwitchKeyboardLedsToGuestLeds: keep host LED lock states and broadcast guest's ones (NOT IMPLEMENTED).\n")); 2193 2198 #ifdef Q_WS_MAC 2194 2199 if (m_pHostLedsState == NULL) … … 2205 2210 // strDt.toAscii().constData(), 2206 2211 // session().GetMachine().GetName().toAscii().constData()); 2212 2213 LogRelFlow(("UIMachineLogic::sltSwitchKeyboardLedsToPreviousLeds: restore host LED lock states (NOT IMPLEMENTED).\n")); 2207 2214 2208 2215 /* Here we have to restore host LED lock states. */
Note:
See TracChangeset
for help on using the changeset viewer.