Changeset 5826 in vbox for trunk/src/VBox
- Timestamp:
- Nov 23, 2007 9:19:38 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp
r5814 r5826 1611 1611 return true; 1612 1612 } 1613 1614 /* These special keys have to be handled by Windows as well to update the 1615 * internal modifier state and to enable/disable the keyboard LED */ 1616 if (vkey == VK_NUMLOCK || vkey == VK_CAPITAL) 1617 return false; 1618 1613 1619 return result; 1614 1620 }
Note:
See TracChangeset
for help on using the changeset viewer.