actiona
actiona copied to clipboard
Cross-platform automation tool
hello i have a problem, the shortcuts don't work, i don't understand why. Is it necessary to do a special manipulation?
When i Followed the build guides on you're website but when i type cmake .. it gives me an error of `-- Checking for one of the modules 'xtst' CMake...
Hello everyone, i'm trying to loop action and increment variable. When i use "$loop+1" in value of action condition to check if equals it doesn't work with integer. Can you...
It's possible to offset -n?
Will be good to integrate into Actiona a tool to automate launching scripts by system events (dbus on Linux and events on Windows), is it possible? For example, if the...
This PR moves all platform-specific code to a new library, `backend`. This provides three main benefits: cleaning the code by removing many #ifdef macros, allowing to select one implementation or...
Hello, I am looking to implement the following logic. ``` 1. Show a message box. 2. Start a task that takes a long time. 3. Don't wait for the user...
How do i "focus" on a spwcific window? i dont undertsand how to do it in this program? this is hhow it looks liks in macro recorder. but i want...
Hi, the documentation in https://wiki.actiona.tools/doku.php?id=en:compilation and https://wiki.actiona.tools/doku.php?id=en:devel refers to qmake, not cmake. I'm on Archlinux, to compile, I had to: * git clone https://github.com/Jmgr/actiona.git * cd actiona * git submodule...
In other words, what is the equivalent of the action "Key Condition" in javascript code?