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

5
LINES

< > BotCompany Repo | #1019924 // robot_keyPressAndRelease

JavaX fragment (include)

svoid robot_keyPressAndRelease(int keyCode) {
  robot_keyPress(keyCode);
  sleep(20);
  robot_keyRelease(keyCode);
}

Author comment

Began life as a copy of #1019920

download  show line numbers  debug dex  old transpilations   

Travelled to 10 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, whxojlpjdney

No comments. add comment

Snippet ID: #1019924
Snippet name: robot_keyPressAndRelease
Eternal ID of this version: #1019924/3
Text MD5: 0e551fc4031e45ac5411871a93fdbc4d
Author: stefan
Category: javax / automation
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-12-02 01:46:21
Source code size: 120 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 218 / 297
Version history: 2 change(s)
Referenced in: [show references]