Page 2 of 3

Re: Use text key combinations

Posted: Mar 11th, ’18, 13:07
by davidp
@marko -- Add a shortcut to put the computer to sleep as a feature,instead of like a script

Re: Use text key combinations

Posted: Mar 13th, ’18, 10:23
by davidp
@marko -- what's your answer?

Re: Use text key combinations

Posted: Mar 16th, ’18, 05:02
by davidp
Another thing -- Say for example i have created a text expander shortcut to open a website,it open's the site only if Firefox is open or else it doesn't open.Fix this issue.

Re: Use text key combinations

Posted: Mar 23rd, ’18, 09:10
by mike66
I too have the same problem,it works only when firefox is opened

Re: Use text key combinations

Posted: Mar 23rd, ’18, 22:29
by Marko
@davidp
We will add a sleep script posted by Tom to the Library.

FastKeys attempts to open a webpage in default browser. You can also specify any valid path like:

Code: Select all

C:\Program Files (x86)\Mozilla Firefox\Firefox.exe "www.google.com"

Re: Use text key combinations

Posted: Mar 24th, ’18, 07:48
by davidp
[quote You can also specify any valid path like:

Code: Select all

C:\Program Files (x86)\Mozilla Firefox\Firefox.exe "www.google.com"
[/quote]

Even after trying your valid path to open the website -- it's working only sometimes.

Re: Use text key combinations

Posted: Mar 25th, ’18, 08:05
by davidp
Even in FK version 4.07 -- the valid path to open the website,is not working properly.

Re: Use text key combinations

Posted: Mar 25th, ’18, 10:33
by Tom
Works perfectly well on all my computers.
You may try the following:
Type: Open

Code: Select all

http://www.google.com
Type: Run

Code: Select all

firefox.exe http://www.google.com
What happens if you run it via command prompt (Win+R)?

Code: Select all

firefox.exe http://www.google.com
If this doesn't work, check your UAC settings or run FastKeys as administrator.

Re: Use text key combinations

Posted: Mar 26th, ’18, 02:36
by davidp
I have tested several times if it's working,and it's working now but only if Fk is run as administrator.
Now the question is -- How should i start FK when windows starts with administrator rights.

Re: Use text key combinations

Posted: Mar 31st, ’18, 04:52
by davidp
@tom sir -- Will the above issue be fixed in the next version?