actiona icon indicating copy to clipboard operation
actiona copied to clipboard

How to hide items while execute?

Open Stamimail opened this issue 4 years ago • 3 comments

I want to capture full screen images. I need options to hide the elements of Actiona in execute, and to control Actiona by hotkeys.

Stamimail avatar Apr 18 '20 23:04 Stamimail

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.

Jmgr avatar Apr 22 '20 19:04 Jmgr

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.

  1. You can improve by adding the image of execution window below "Execution window:" and the same for the console window.
  2. Another thing to improve is the Toolbar Buttons tooltips. Adding the shortkeys of those buttons to the tooltips.

Thank you.

Stamimail avatar Apr 22 '20 20:04 Stamimail

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!

Jmgr avatar Apr 22 '20 21:04 Jmgr