User Tools

Site Tools


en:actions

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:actions [2012/01/06 20:31] – [System] jmgren:actions [2021/02/13 11:23] (current) – external edit 127.0.0.1
Line 60: Line 60:
   * [[en:actions:ActionWindowCondition|Window condition]]: checks if a window exists and act upon   * [[en:actions:ActionWindowCondition|Window condition]]: checks if a window exists and act upon
   * [[en:actions:ActionDataInput|Data input]]: prompts the user to enter some data   * [[en:actions:ActionDataInput|Data input]]: prompts the user to enter some data
 +  * [[en:actions:ActionMultiDataInput|Multi data input]]: asks the user to choose an item from a list
   * [[en:actions:ActionWindow|Window]]: do something on a window   * [[en:actions:ActionWindow|Window]]: do something on a window
  
Line 72: Line 73:
   * [[en::actions::ActionKey|Key]]: emulates a key press or release   * [[en::actions::ActionKey|Key]]: emulates a key press or release
   * [[en::actions::ActionWriteText|Write text]]: emulates text writing   * [[en::actions::ActionWriteText|Write text]]: emulates text writing
 +  * [[en::actions::ActionKeyboardKeyCondition|Key condition]]: checks if a key combination is pressed and does something
 ===== System ===== ===== System =====
  
Line 86: Line 87:
   * [[en:actions:ActionSystem|System]]: restarts, stops, or suspends the operating system   * [[en:actions:ActionSystem|System]]: restarts, stops, or suspends the operating system
   * [[en:actions:ActionFindImage|Find image]]: finds an image on the screen, on a window or on another image   * [[en:actions:ActionFindImage|Find image]]: finds an image on the screen, on a window or on another image
 +  * [[en:actions:ActionTextToSpeech|Text to speech]]: reads some text using text to speech
 ===== Internal ===== ===== Internal =====
  
Line 111: Line 113:
   * [[en:actions:ActionReadTextFile|Read text file]]: reads a text file   * [[en:actions:ActionReadTextFile|Read text file]]: reads a text file
   * [[en:actions:ActionReadClipboard|Read clipboard]]: reads the clipboard content   * [[en:actions:ActionReadClipboard|Read clipboard]]: reads the clipboard content
 +  * [[en:actions:ActionReadEnvironmentVariable|Read environment variable]]: reads one or all the environment variables
   * [[en:actions:ActionReadRegistry|Read registry]]: reads an entry from the registry (Windows only)   * [[en:actions:ActionReadRegistry|Read registry]]: reads an entry from the registry (Windows only)
   * [[en:actions:ActionWriteIniFile|Write INI file]]: writes an entry into an INI file   * [[en:actions:ActionWriteIniFile|Write INI file]]: writes an entry into an INI file
Line 118: Line 121:
   * [[en:actions:ActionWriteRegistry|Write registry]]: writes an entry into the registry (Windows only)   * [[en:actions:ActionWriteRegistry|Write registry]]: writes an entry into the registry (Windows only)
   * [[en:actions:ActionWebDownload|Web download]]: downloads a page or a file from the Web   * [[en:actions:ActionWebDownload|Web download]]: downloads a page or a file from the Web
 +  * [[en:actions:ActionSendMail|Send mail]]: sends an e-mail
 +
 +===== Procedures =====
 +
 +These actions allows the creation and use of procedures.
 +
 +  * [[en:actions:ActionBeginProcedure|Begin procedure]]: declares a new procedure
 +  * [[en:actions:ActionEndProcedure|End procedure]]: ends a procedure declaration
 +  * [[en:actions:ActionCallProcedure|Call procedure]]: calls a procedure
 +
 +
 +----
 +Go back to [[en:start|homepage]]
 +
 +Other languages for this page : [[fr:actions|(fr)]]
en/actions.txt · Last modified: 2021/02/13 11:23 by 127.0.0.1