
v3.5.1 [Dec 11, 2012]
Ubuntu (12.04 or newer) and Debian unstable, using the repositories :
sudo apt-get install actionaz
Ubuntu (11.10), using the PPA :
sudo add-apt-repository ppa:adri2000/actionaz
sudo apt-get update
sudo apt-get install actionaz
v3.0.0 [Nov 13, 2011]
Actionaz is an automation tool that allows you to emulate clicks, key presses, read the content of a file, play a sound, download a file or a Web page, etc.
It has 40 different actions and can be used under Windows and Linux.
You can even program some custom behaviour using Javascript.
It's free software.
v2.0.8 [Apr 3, 2008]
** Version 2.0.8.0 (08/08/2009) **
- Added a specific update message for Actionaz 3
- Made the hotkey Ctrl+Alt+Q start and stop the script execution, request Falken
- Set the default time interval to 0 ms
- Replaced the splash screen
- Added {\n}, {\r}, {\t} and {\nl} (= {\r}{\n}), request autofill
- Added the Windows key as modifier, request el-belgounetos
- Added an option to cancel a quit request, request autofill
- Updated the function argument parser, it is now possible to have commas in a parameter, request extasie
Use pipes (|) to delimit the parameter that can contain commas : function(|{$a}|) instead of function({$a})
- Removed some bad \n replacements
- Removed two sleep periods at end of execution
- Removed unused OS indication in the action list
- Removed buggy time replacements
- Corrected a crash on Actionaz close
- Corrected a bug with sleep intervals, spotted by jcanale