JBR-3040 press the button END at the beggining in order to avoid text selection

(cherry picked from commit 1c2bf33db2)
This commit is contained in:
Vitaly Provodin
2021-01-20 10:40:10 +07:00
committed by alexey.ushakov@jetbrains.com
parent c156e5a14e
commit 3a1310cc04

View File

@@ -94,6 +94,9 @@ public class SwallowKeyEvents {
}
public static void test() {
r.keyPress(KeyEvent.VK_END);
r.keyRelease(KeyEvent.VK_END);
r.keyPress(KeyEvent.VK_SHIFT);
r.keyPress(KeyEvent.VK_META);