VirtualBox

Changeset 45683 in vbox


Ignore:
Timestamp:
Apr 23, 2013 3:44:00 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
85218
Message:

FE/Qt: test a fix for stuck keys on Windows hosts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIKeyboardHandler.cpp

    r45504 r45683  
    448448
    449449            bool result = keyEvent(vkey, scan, flags, uScreenId);
     450            /* Always let Windows see key releases to prevent stuck keys.
     451             * Hopefully this won't cause any other issues. */
     452            if (pMsg->message == WM_KEYUP || pMsg->message == WM_SYSKEYUP)
     453            {
     454                fResult = false;
     455                break;
     456            }
    450457            if (!result && m_fIsKeyboardCaptured)
    451458            {
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette