actiona
actiona copied to clipboard
How to hide items while execute?
I want to capture full screen images. I need options to hide the elements of Actiona in execute, and to control Actiona by hotkeys.
There is currently no action to make screenshots (but adding that would be a good idea), but you can do it using a Code
action and entering some Javascript code that calls the Image.takeScreenshot()
function.
In Tools->Settings, in the Actions tab there are some options to hide the execution and the console windows, as well as fields allowing you to choose hotkeys to start and stop the execution.
The screenshot I wanted to make is by screenshot program..
in the Actions tab there are some options to hide the execution and the console windows
Oh, thanks. Now I understand what all those screens are.
- You can improve by adding the image of execution window below "Execution window:" and the same for the console window.
- Another thing to improve is the Toolbar Buttons tooltips. Adding the shortkeys of those buttons to the tooltips.
Thank you.
The screenshot I wanted to make is by screenshot program.
Then I would say you can use the Command
action to start this program.
You can improve by adding the image of execution window below "Execution window:" and the same for the console window.
Good idea.
Another thing to improve is the Toolbar Buttons tooltips. Adding the shortkeys of those buttons to the tooltips.
Good idea again. Thanks!