Changeset 79589 in vbox
- Timestamp:
- Jul 8, 2019 10:51:03 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 131886
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/softkeyboard/UISoftKeyboard.cpp
r79588 r79589 71 71 const int iNumLockPosition = 90; 72 72 const int iScrollLockPosition = 125; 73 const int iLeftShiftPosition = 44;74 const int iRightShiftPosition = 57;75 const int iLeftCtrlPosition = 58;76 const int iRightCtrlPosition = 64;77 const int iAltPosition = 60;78 const int iAltGrPosition = 62;79 73 80 74
Note:
See TracChangeset
for help on using the changeset viewer.