svoid robot_keyPressAndRelease(int keyCode) { robot_keyPress(keyCode); sleep(20); robot_keyRelease(keyCode); }
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: | 300 / 381 |
Version history: | 2 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1019926 - robot_keyPressAndReleaseWithModifiers |