static void automate_type(int keyCode) { assertAutomationAllowed(); awtRobot().keyPress(keyCode); awtRobot().keyRelease(keyCode); } svoid automate_type(S s) { automate_typeString(s); }
Began life as a copy of #1010726
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1010755 |
Snippet name: | automate_type |
Eternal ID of this version: | #1010755/3 |
Text MD5: | 1fa0e360fc27addd5ac144f50bfb327b |
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 01:41:05 |
Source code size: | 201 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 451 / 478 |
Version history: | 2 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1017974 - simulateKeyPress #1025317 - automate_typeChar |