|
|
The list of keys supported by EnterText function |
|
Introduction - Functions Overview With RoutineBot it is easy to automate entering of the text in any text box. Pass to EnterKeys command any text sting that you want to enter. Actually, you can click any key using this command. The most useful keys:
Other samples:
Table of keysThe RoutineBot supports Visual Basic SendKeys syntax. Modifies
If group of the characters is surrounded with () then RoutineBot will apply the modifier before this group to all characters. Key name Key name is a special string used to identify some system key on the keyboard. When use the key name is the script text use {} symbols. For instance: {PRTSC} for Print Screen key or %{PRTSC} for Alt + PrintScreen key. If necessary, use the number of repeations after the keyname, for example: {PRTSC 2} will press Print Screen button twice. Find below the full list of the key names:
|