Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When releasing key with Alt pressed, the reported event has LEFT_ALT_PRESSED state flag set. This confuses libuv, making it think that Alt+numpad combination is used. This fixes this issue by removing the check for state flag. Checking if VirtuakKeyCode is set to VK_MENU is enough to detect the Alt+numpad case. Fixes: libuv#2111 PR-URL: libuv#2114 Reviewed-By: Refael Ackermann <[email protected]>
- Loading branch information