Skip to content

Changes

Summary

  1. Bug 290527: Fix SHIFT+ARROW keystrokes on Windows (details)
Commit dc358990381fa5441142b3ba257458ed009bf462 by Patrick Tasse
Bug 290527: Fix SHIFT+ARROW keystrokes on Windows
Apply the workaround before pressing the shortcut and toggle back
NumLock after pressing the shortcut. Apply the workaround only if a
Shift+NumPadKey shortcut is pressed on Windows with Java version < 1.9
and NumLock is on.
Add support for SWT.INSERT keystroke.
Change-Id: I421102e6c19044533bcfbdac93579f11fab0c047 Signed-off-by:
Patrick Tasse <patrick.tasse@gmail.com>
The file was modified org.eclipse.swtbot.swt.finder/src/org/eclipse/swtbot/swt/finder/keyboard/SWTKeyboardStrategy.java
The file was modified org.eclipse.swtbot.swt.finder/src/org/eclipse/swtbot/swt/finder/keyboard/AWTKeyboardStrategy.java
The file was modified org.eclipse.swtbot.swt.finder/src/org/eclipse/swtbot/swt/finder/keyboard/Keystrokes.java