Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

6
LINES

< > BotCompany Repo | #1026857 // automate_ctrlPgDn - not working?

JavaX fragment (include)

static void automate_ctrlPgDn() {
  awtRobot().keyPress(KeyEvent.VK_CONTROL);
  awtRobot().keyPress(KeyEvent.VK_PAGE_DOWN);
  awtRobot().keyRelease(KeyEvent.VK_PAGE_DOWN);
  awtRobot().keyRelease(KeyEvent.VK_CONTROL);
}

Author comment

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: 154 / 168
Version history: 3 change(s)
Referenced in: [show references]