1 | static void automate_ctrlPgDn() {
|
2 | awtRobot().keyPress(KeyEvent.VK_CONTROL); |
3 | awtRobot().keyPress(KeyEvent.VK_PAGE_DOWN); |
4 | awtRobot().keyRelease(KeyEvent.VK_PAGE_DOWN); |
5 | awtRobot().keyRelease(KeyEvent.VK_CONTROL); |
6 | } |
Began life as a copy of #1010726
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1026857 |
| Snippet name: | automate_ctrlPgDn - not working? |
| Eternal ID of this version: | #1026857/4 |
| Text MD5: | 9acb73c9b66884a7b32709ae5595fd50 |
| Author: | stefan |
| Category: | javax / automation |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-01-27 22:20:59 |
| Source code size: | 224 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 443 / 450 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |