mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2025-12-06 09:29:38 +01:00
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:
committed by
alexey.ushakov@jetbrains.com
parent
c156e5a14e
commit
3a1310cc04
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user