Changeset 77680 in vbox
- Timestamp:
- Mar 13, 2019 2:59:39 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIHostComboEditor.cpp
r76606 r77680 232 232 #elif defined(VBOX_WS_WIN) 233 233 234 return (iKeyCode >= VK_SHIFT && iKeyCode <= VK_CAPITAL) 234 return ( iKeyCode >= VK_SHIFT && iKeyCode <= VK_CAPITAL 235 && iKeyCode != VK_PAUSE) 235 236 || (iKeyCode >= VK_LSHIFT && iKeyCode <= VK_RMENU) 236 237 || (iKeyCode >= VK_F1 && iKeyCode <= VK_F24)
Note:
See TracChangeset
for help on using the changeset viewer.