Changeset 45817 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Apr 29, 2013 2:38:21 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIHostComboEditor.cpp
r45815 r45817 418 418 if ((peekMsg.lParam & 0x01FF0000) >> 16 != 0x138 /* RAlt */) 419 419 return false; 420 auKeyStates[VK_LC TRL] = 0x80;420 auKeyStates[VK_LCONTROL] = 0x80; 421 421 auKeyStates[VK_RMENU] = 0x80; 422 422 cbToAscii = ToAscii('A', 0, NULL, &achNoAltGr, 0);
Note:
See TracChangeset
for help on using the changeset viewer.