Search found 6 matches

by dandan
18 Dec 2017, 07:07
Forum: Support
Topic: Cannot emulate the press of PrntScr key
Replies: 4
Views: 3391

Re: Cannot emulate the press of PrntScr key

Hi all,

Many thanks for the hints.
Dan
by dandan
15 Dec 2017, 13:04
Forum: Support
Topic: Cannot emulate the press of PrntScr key
Replies: 4
Views: 3391

Cannot emulate the press of PrntScr key

I try to get a screenshot of the entire screen with the help of Actiona, but the PrntSCr (Print Screen) key is not detected when pressed. Anyone know how could I emulate the press of this key?
by dandan
14 Dec 2017, 16:25
Forum: Support
Topic: parameter with quote mark
Replies: 6
Views: 3428

Re: parameter with quote mark

Hi eureka, many thanks for the hint - it worked with projec~1. On the other hand, putting the path with space between the single quotes did not work. However, since I will (later) also need to find and replace some text (using fart.exe) or any other similar utility, I would definitely need to use th...
by dandan
14 Dec 2017, 13:58
Forum: Support
Topic: parameter with quote mark
Replies: 6
Views: 3428

Re: parameter with quote mark

thanks eureka for answering. some thoughts: 1. usually the parameter is in a variable - would the python wrapper work also in this case? 2. transforming a path to have it without space is not an option. And yes, when there are no spaces, the Actiona script works. I have tested also with the fart.exe...
by dandan
14 Dec 2017, 08:27
Forum: Support
Topic: parameter with quote mark
Replies: 6
Views: 3428

Re: parameter with quote mark

Yes, I have tried single quotes. It doesn't work... I also tried to escape using \, also no success
by dandan
12 Dec 2017, 11:09
Forum: Support
Topic: parameter with quote mark
Replies: 6
Views: 3428

parameter with quote mark

Hi, I try to start a program and I need to use a parameter containing quote mark (because there is a space in the path) for example program.exe -path-to-config="c:\project\project 1\project.prj" Unfortunately, I saw that the quotes are not parsed when using them in the parameters field and...