-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating IE driver to better handle non-US keyboards in sendKeys
In the transition to support the W3C specification, using sendKeys on non-US keyboard layouts got broken. This is an attempt to resolve that issue. Previously, we were only checking a high-order byte for the need to press the shift key, and not other modifier keys (control or alt) in sending keystrokes. This behavior has been restored. Fixes issue #4253.
- Loading branch information
Showing
1 changed file
with
32 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters