Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
desc.ActionSendKeys.txt Maven / Gradle / Ivy
Part of a chain action, this is for key up of key modifiers.
This usually comes after `Action Key Down` keyword.
*Cord Supported Special Texts:*
| NULL, CANCEL, HELP, BACK_SPACE, TAB, CLEAR, RETURN, ENTER, SHIFT, LEFT_SHIFT, CONTROL, LEFT_CONTROL
| ALT, LEFT_ALT, PAUSE, ESCAPE, SPACE, PAGE_UP, PAGE_DOWN, END, HOME, LEFT, ARROW_LEFT, UP, RROW_UP, RIGHT,
| ARROW_RIGHT, DOWN, ARROW_DOWN, INSERT, DELETE, SEMICOLON, EQUALS, NUMPAD0, NUMPAD1, NUMPAD2, NUMPAD3, NUMPAD4
| NUMPAD5, NUMPAD6, NUMPAD7, NUMPAD8, NUMPAD9, MULTIPLY, ADD, SEPARATOR, SUBTRACT, DECIMAL, DIVIDE, F1, F2, F3
| F4, F5, F6, F7, F8, F9, F10, F11, F12, META, COMMAND, ZENKAKU_HANKAKU
*Example:*
| `Navigate To` | http://jspringbot.org/search.html |
| `Send Keys` | id=artist_search | hello world |
| `Action Start` |
| `Action Click` | id=artist_search |
| `Action Send Keys` | cord=SHIFT|ARROW_LEFT|ARROW_LEFT|ARROW_LEFT|ARROW_LEFT|ARROW_LEFT |
| `Action Perform` |
=>
| this will type "hello world"
| highlight or select "world"
| the replace it with "hello"
| the last output is "hello hello"